#445499

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

Shades of Governor Bay #445499

Tints of Governor Bay #445499

Color information

#445499 (or 0x445499) is unknown color: approx Governor Bay. HEX triplet: 44, 54 and 99. RGB value is (68,84,153). Sum of RGB (Red+Green+Blue) = 68+84+153=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #445499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445499 is #BBAB66. Grayscale: #565656. Windows color (decimal): -12299111 or 10048580. OLE color: 10048580.

HSL color Cylindrical-coordinate representation of color #445499: hue angle of 228.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #445499 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6884153-
CMYK0.560.4500.4
HSL228.71º38.46%43.33%-
HSV(B)228.71º55.56%60%-
XYZ11.39.8731.45-
YUV87.08165.2114.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=22.30%
G=27.54%
B=50.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal68841530.560.4500.4228.7138.4643.33
Hex445499382D028e5262b
Octal10412423170550503454653
Binary1000100101010010011001111000101101010100011100101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445499; }

 p { color: rgb(68,84,153); }

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

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

 a { background-color: rgb(68,84,153); }

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

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

 span { border-color: rgb(68,84,153); }

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