#414EAA

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

Shades of Governor Bay #414EAA

Tints of Governor Bay #414EAA

Color information

#414EAA (or 0x414EAA) is unknown color: approx Governor Bay. HEX triplet: 41, 4E and AA. RGB value is (65,78,170). Sum of RGB (Red+Green+Blue) = 65+78+170=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #414EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414EAA is #BEB155. Grayscale: #545454. Windows color (decimal): -12497238 or 11161153. OLE color: 11161153.

HSL color Cylindrical-coordinate representation of color #414EAA: hue angle of 232.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #414EAA is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6578170-
CMYK0.620.5400.33
HSL232.57º44.68%46.08%-
HSV(B)232.57º61.76%66.67%-
XYZ12.169.4739.22-
YUV84.6176.19114.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=20.77%
G=24.92%
B=54.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65781700.620.5400.33232.5744.6846.08
Hex414EAA3E36021e92d2e
Octal10111625276660413515556
Binary1000001100111010101010111110110110010000111101001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,78,170); }

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

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

 a { background-color: rgb(65,78,170); }

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

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

 span { border-color: rgb(65,78,170); }

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