#424896

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

Shades of Governor Bay #424896

Tints of Governor Bay #424896

Color information

#424896 (or 0x424896) is unknown color: approx Governor Bay. HEX triplet: 42, 48 and 96. RGB value is (66,72,150). Sum of RGB (Red+Green+Blue) = 66+72+150=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #424896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424896 is #BDB769. Grayscale: #4E4E4E. Windows color (decimal): -12433258 or 9848898. OLE color: 9848898.

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

Color convert

RGB6672150-
CMYK0.560.5200.41
HSL235.71º38.89%42.35%-
HSV(B)235.71º56%58.82%-
XYZ10.077.9929.87-
YUV79.1168.01118.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 150 (58.98% from 255) = 52.08%
R=22.92%
G=25%
B=52.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66721500.560.5200.41235.7138.8942.35
Hex4248963834029ec272a
Octal10211022670640513544752
Binary1000010100100010010110111000110100010100111101100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424896; }

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

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

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

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

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

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

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

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