#424999

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

Shades of Governor Bay #424999

Tints of Governor Bay #424999

Color information

#424999 (or 0x424999) is unknown color: approx Governor Bay. HEX triplet: 42, 49 and 99. RGB value is (66,73,153). Sum of RGB (Red+Green+Blue) = 66+73+153=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #424999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424999 is #BDB666. Grayscale: #4F4F4F. Windows color (decimal): -12432999 or 10045762. OLE color: 10045762.

HSL color Cylindrical-coordinate representation of color #424999: hue angle of 235.17º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #424999 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6673153-
CMYK0.570.5200.4
HSL235.17º39.73%42.94%-
HSV(B)235.17º56.86%60%-
XYZ10.388.2231.18-
YUV80.03169.18118-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 153 (60.16% from 255) = 52.40%
R=22.60%
G=25%
B=52.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66731530.570.5200.4235.1739.7342.94
Hex4249993934028eb282b
Octal10211123171640503535053
Binary1000010100100110011001111001110100010100011101011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424999; }

 p { color: rgb(66,73,153); }

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

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

 a { background-color: rgb(66,73,153); }

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

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

 span { border-color: rgb(66,73,153); }

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