#44489B

Color #44489B Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #44489B

Tints of Governor Bay #44489B

Color information

#44489B (or 0x44489B) is unknown color: approx Governor Bay. HEX triplet: 44, 48 and 9B. RGB value is (68,72,155). Sum of RGB (Red+Green+Blue) = 68+72+155=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #44489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44489B is #BBB764. Grayscale: #4F4F4F. Windows color (decimal): -12302181 or 10176580. OLE color: 10176580.

HSL color Cylindrical-coordinate representation of color #44489B: hue angle of 237.24º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44489B is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6872155-
CMYK0.560.5400.39
HSL237.24º39.01%43.73%-
HSV(B)237.24º56.13%60.78%-
XYZ10.628.2332.04-
YUV80.27170.17119.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 72 (28.52% from 255) = 24.41%
BLUE value IS 155 (60.94% from 255) = 52.54%
R=23.05%
G=24.41%
B=52.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68721550.560.5400.39237.2439.0143.73
Hex44489B3836027ed272c
Octal10411023370660473554754
Binary1000100100100010011011111000110110010011111101101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44489B; }

 p { color: rgb(68,72,155); }

 H1.HeaderClassName
 {
   color: #44489B;
 }
 .AnyTagClassName
 {
   color: #44489B;
 }
</style>
background-color css

<style>
 a { background-color: #44489B; }

 a { background-color: rgb(68,72,155); }

 div.DivClassName
 {
   background-color: #44489B;
 }
 .BgClassName
 {
   background-color: #44489B;
 }
</style>
border-color css

<style>
 span { border-color: #44489B; }

 span { border-color: rgb(68,72,155); }

 td.TdClassName
 {
   border-color: #44489B;
 }
 .TagClassName
 {
   border-color: #44489B;
 }
</style>