#445399

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

Shades of Governor Bay #445399

Tints of Governor Bay #445399

Color information

#445399 (or 0x445399) is unknown color: approx Governor Bay. HEX triplet: 44, 53 and 99. RGB value is (68,83,153). Sum of RGB (Red+Green+Blue) = 68+83+153=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #445399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445399 is #BBAC66. Grayscale: #565656. Windows color (decimal): -12299367 or 10048324. OLE color: 10048324.

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

Color convert

RGB6883153-
CMYK0.560.4600.4
HSL229.41º38.46%43.33%-
HSV(B)229.41º55.56%60%-
XYZ11.239.7231.42-
YUV86.5165.53114.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 153 (60.16% from 255) = 50.33%
R=22.37%
G=27.30%
B=50.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal68831530.560.4600.4229.4138.4643.33
Hex445399382E028e5262b
Octal10412323170560503454653
Binary1000100101001110011001111000101110010100011100101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445399; }

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

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

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

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

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

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

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

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