#424699

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

Shades of Governor Bay #424699

Tints of Governor Bay #424699

Color information

#424699 (or 0x424699) is unknown color: approx Governor Bay. HEX triplet: 42, 46 and 99. RGB value is (66,70,153). Sum of RGB (Red+Green+Blue) = 66+70+153=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #424699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424699 is #BDB966. Grayscale: #4D4D4D. Windows color (decimal): -12433767 or 10044994. OLE color: 10044994.

HSL color Cylindrical-coordinate representation of color #424699: hue angle of 237.24º 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 #424699 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6670153-
CMYK0.570.5400.4
HSL237.24º39.73%42.94%-
HSV(B)237.24º56.86%60%-
XYZ10.197.8431.11-
YUV78.27170.17119.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 153 (60.16% from 255) = 52.94%
R=22.84%
G=24.22%
B=52.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66701530.570.5400.4237.2439.7342.94
Hex4246993936028ed282b
Octal10210623171660503555053
Binary1000010100011010011001111001110110010100011101101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424699; }

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

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

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

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

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

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

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

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