#445393

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

Shades of Governor Bay #445393

Tints of Governor Bay #445393

Color information

#445393 (or 0x445393) is unknown color: approx Governor Bay. HEX triplet: 44, 53 and 93. RGB value is (68,83,147). Sum of RGB (Red+Green+Blue) = 68+83+147=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #445393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445393 is #BBAC6C. Grayscale: #555555. Windows color (decimal): -12299373 or 9655108. OLE color: 9655108.

HSL color Cylindrical-coordinate representation of color #445393: hue angle of 228.61º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #445393 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6883147-
CMYK0.540.4400.42
HSL228.61º36.74%42.16%-
HSV(B)228.61º53.74%57.65%-
XYZ10.749.5228.88-
YUV85.81162.53115.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.82%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=22.82%
G=27.85%
B=49.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68831470.540.4400.42228.6136.7442.16
Hex445393362C02Ae5252a
Octal10412322366540523454552
Binary1000100101001110010011110110101100010101011100101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445393; }

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

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

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

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

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

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

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

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