#424796

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

Shades of Governor Bay #424796

Tints of Governor Bay #424796

Color information

#424796 (or 0x424796) is unknown color: approx Governor Bay. HEX triplet: 42, 47 and 96. RGB value is (66,71,150). Sum of RGB (Red+Green+Blue) = 66+71+150=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #424796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424796 is #BDB869. Grayscale: #4E4E4E. Windows color (decimal): -12433514 or 9848642. OLE color: 9848642.

HSL color Cylindrical-coordinate representation of color #424796: hue angle of 236.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #424796 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6671150-
CMYK0.560.5300.41
HSL236.43º38.89%42.35%-
HSV(B)236.43º56%58.82%-
XYZ10.017.8729.85-
YUV78.51168.34119.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 150 (58.98% from 255) = 52.26%
R=23.00%
G=24.74%
B=52.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66711500.560.5300.41236.4338.8942.35
Hex4247963835029ec272a
Octal10210722670650513544752
Binary1000010100011110010110111000110101010100111101100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424796; }

 p { color: rgb(66,71,150); }

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

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

 a { background-color: rgb(66,71,150); }

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

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

 span { border-color: rgb(66,71,150); }

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