#414DA6

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

Shades of Governor Bay #414DA6

Tints of Governor Bay #414DA6

Color information

#414DA6 (or 0x414DA6) is unknown color: approx Governor Bay. HEX triplet: 41, 4D and A6. RGB value is (65,77,166). Sum of RGB (Red+Green+Blue) = 65+77+166=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 166 (65.23% from 255 or 53.90% from 308); Max value from RGB is 166 - color contains mainly: blue. Hex color #414DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414DA6 is #BEB259. Grayscale: #535353. Windows color (decimal): -12497498 or 10898753. OLE color: 10898753.

HSL color Cylindrical-coordinate representation of color #414DA6: hue angle of 232.87º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #414DA6 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6577166-
CMYK0.610.5400.35
HSL232.87º43.72%45.29%-
HSV(B)232.87º60.84%65.1%-
XYZ11.729.1837.23-
YUV83.56174.52114.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.10%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 166 (65.23% from 255) = 53.90%
R=21.10%
G=25%
B=53.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal65771660.610.5400.35232.8743.7245.29
Hex414DA63D36023e92c2d
Octal10111524675660433515455
Binary1000001100110110100110111101110110010001111101001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414DA6; }

 p { color: rgb(65,77,166); }

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

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

 a { background-color: rgb(65,77,166); }

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

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

 span { border-color: rgb(65,77,166); }

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