#445396

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

Shades of Governor Bay #445396

Tints of Governor Bay #445396

Color information

#445396 (or 0x445396) is unknown color: approx Governor Bay. HEX triplet: 44, 53 and 96. RGB value is (68,83,150). Sum of RGB (Red+Green+Blue) = 68+83+150=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #445396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445396 is #BBAC69. Grayscale: #555555. Windows color (decimal): -12299370 or 9851716. OLE color: 9851716.

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

Color convert

RGB6883150-
CMYK0.550.4500.41
HSL229.02º37.61%42.75%-
HSV(B)229.02º54.67%58.82%-
XYZ10.989.6230.13-
YUV86.15164.03115.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 150 (58.98% from 255) = 49.83%
R=22.59%
G=27.57%
B=49.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68831500.550.4500.41229.0237.6142.75
Hex445396372D029e5262b
Octal10412322667550513454653
Binary1000100101001110010110110111101101010100111100101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445396; }

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

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

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

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

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

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

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

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