#424FA0

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

Shades of Governor Bay #424FA0

Tints of Governor Bay #424FA0

Color information

#424FA0 (or 0x424FA0) is unknown color: approx Governor Bay. HEX triplet: 42, 4F and A0. RGB value is (66,79,160). Sum of RGB (Red+Green+Blue) = 66+79+160=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 160 (62.89% from 255 or 52.46% from 305); Max value from RGB is 160 - color contains mainly: blue. Hex color #424FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424FA0 is #BDB05F. Grayscale: #545454. Windows color (decimal): -12431456 or 10506050. OLE color: 10506050.

HSL color Cylindrical-coordinate representation of color #424FA0: hue angle of 231.7º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #424FA0 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6679160-
CMYK0.590.5100.37
HSL231.7º41.59%44.31%-
HSV(B)231.7º58.75%62.75%-
XYZ11.399.2934.45-
YUV84.35170.69114.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 160 (62.89% from 255) = 52.46%
R=21.64%
G=25.90%
B=52.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal66791600.590.5100.37231.741.5944.31
Hex424FA03B33025e82a2c
Octal10211724073630453505254
Binary1000010100111110100000111011110011010010111101000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424FA0; }

 p { color: rgb(66,79,160); }

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

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

 a { background-color: rgb(66,79,160); }

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

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

 span { border-color: rgb(66,79,160); }

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