#424EA7

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

Shades of Governor Bay #424EA7

Tints of Governor Bay #424EA7

Color information

#424EA7 (or 0x424EA7) is unknown color: approx Governor Bay. HEX triplet: 42, 4E and A7. RGB value is (66,78,167). Sum of RGB (Red+Green+Blue) = 66+78+167=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 167 (65.62% from 255 or 53.70% from 311); Max value from RGB is 167 - color contains mainly: blue. Hex color #424EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424EA7 is #BDB158. Grayscale: #545454. Windows color (decimal): -12431705 or 10964546. OLE color: 10964546.

HSL color Cylindrical-coordinate representation of color #424EA7: hue angle of 232.87º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #424EA7 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6678167-
CMYK0.600.5300.35
HSL232.87º43.35%45.69%-
HSV(B)232.87º60.48%65.49%-
XYZ11.959.437.74-
YUV84.56174.52114.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 167 (65.62% from 255) = 53.70%
R=21.22%
G=25.08%
B=53.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66781670.600.5300.35232.8743.3545.69
Hex424EA73C35023e92b2e
Octal10211624774650433515356
Binary1000010100111010100111111100110101010001111101001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,78,167); }

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

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

 a { background-color: rgb(66,78,167); }

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

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

 span { border-color: rgb(66,78,167); }

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