#424DA1

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

Shades of Governor Bay #424DA1

Tints of Governor Bay #424DA1

Color information

#424DA1 (or 0x424DA1) is unknown color: approx Governor Bay. HEX triplet: 42, 4D and A1. RGB value is (66,77,161). Sum of RGB (Red+Green+Blue) = 66+77+161=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 161 (63.28% from 255 or 52.96% from 304); Max value from RGB is 161 - color contains mainly: blue. Hex color #424DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424DA1 is #BDB25E. Grayscale: #525252. Windows color (decimal): -12431967 or 10571074. OLE color: 10571074.

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

Color convert

RGB6677161-
CMYK0.590.5200.37
HSL233.05º41.85%44.51%-
HSV(B)233.05º59.01%63.14%-
XYZ11.339.0434.87-
YUV83.29171.86115.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 161 (63.28% from 255) = 52.96%
R=21.71%
G=25.33%
B=52.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal66771610.590.5200.37233.0541.8544.51
Hex424DA13B34025e92a2d
Octal10211524173640453515255
Binary1000010100110110100001111011110100010010111101001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,77,161); }

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

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

 a { background-color: rgb(66,77,161); }

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

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

 span { border-color: rgb(66,77,161); }

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