#424FAD

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

Shades of Governor Bay #424FAD

Tints of Governor Bay #424FAD

Color information

#424FAD (or 0x424FAD) is unknown color: approx Governor Bay. HEX triplet: 42, 4F and AD. RGB value is (66,79,173). Sum of RGB (Red+Green+Blue) = 66+79+173=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #424FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424FAD is #BDB052. Grayscale: #555555. Windows color (decimal): -12431443 or 11358018. OLE color: 11358018.

HSL color Cylindrical-coordinate representation of color #424FAD: hue angle of 232.71º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #424FAD is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6679173-
CMYK0.620.5400.32
HSL232.71º44.77%46.86%-
HSV(B)232.71º61.85%67.84%-
XYZ12.599.7740.76-
YUV85.83177.19113.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 173 (67.97% from 255) = 54.40%
R=20.75%
G=24.84%
B=54.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66791730.620.5400.32232.7144.7746.86
Hex424FAD3E36020e92d2f
Octal10211725576660403515557
Binary1000010100111110101101111110110110010000011101001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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