#424698

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

Shades of Governor Bay #424698

Tints of Governor Bay #424698

Color information

#424698 (or 0x424698) is unknown color: approx Governor Bay. HEX triplet: 42, 46 and 98. RGB value is (66,70,152). Sum of RGB (Red+Green+Blue) = 66+70+152=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #424698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424698 is #BDB967. Grayscale: #4D4D4D. Windows color (decimal): -12433768 or 9979458. OLE color: 9979458.

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

Color convert

RGB6670152-
CMYK0.570.5400.40
HSL237.21º39.45%42.75%-
HSV(B)237.21º56.58%59.61%-
XYZ10.17.8130.68-
YUV78.15169.67119.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 152 (59.77% from 255) = 52.78%
R=22.92%
G=24.31%
B=52.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66701520.570.5400.40237.2139.4542.75
Hex4246983936028ed272b
Octal10210623071660503554753
Binary1000010100011010011000111001110110010100011101101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424698; }

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

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

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

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

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

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

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

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