#445099

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

Shades of Governor Bay #445099

Tints of Governor Bay #445099

Color information

#445099 (or 0x445099) is unknown color: approx Governor Bay. HEX triplet: 44, 50 and 99. RGB value is (68,80,153). Sum of RGB (Red+Green+Blue) = 68+80+153=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #445099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445099 is #BBAF66. Grayscale: #545454. Windows color (decimal): -12300135 or 10047556. OLE color: 10047556.

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

Color convert

RGB6880153-
CMYK0.560.4800.4
HSL231.53º38.46%43.33%-
HSV(B)231.53º55.56%60%-
XYZ119.2731.35-
YUV84.73166.52116.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 153 (60.16% from 255) = 50.83%
R=22.59%
G=26.58%
B=50.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal68801530.560.4800.4231.5338.4643.33
Hex4450993830028e8262b
Octal10412023170600503504653
Binary1000100101000010011001111000110000010100011101000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445099; }

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

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

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

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

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

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

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

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