#445199

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

Shades of Governor Bay #445199

Tints of Governor Bay #445199

Color information

#445199 (or 0x445199) is unknown color: approx Governor Bay. HEX triplet: 44, 51 and 99. RGB value is (68,81,153). Sum of RGB (Red+Green+Blue) = 68+81+153=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #445199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445199 is #BBAE66. Grayscale: #555555. Windows color (decimal): -12299879 or 10047812. OLE color: 10047812.

HSL color Cylindrical-coordinate representation of color #445199: hue angle of 230.82º 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 #445199 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6881153-
CMYK0.560.4700.4
HSL230.82º38.46%43.33%-
HSV(B)230.82º55.56%60%-
XYZ11.089.4131.37-
YUV85.32166.19115.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.52%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 153 (60.16% from 255) = 50.66%
R=22.52%
G=26.82%
B=50.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal68811530.560.4700.4230.8238.4643.33
Hex445199382F028e7262b
Octal10412123170570503474653
Binary1000100101000110011001111000101111010100011100111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445199; }

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

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

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

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

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

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

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

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