#414AAA

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

Shades of Governor Bay #414AAA

Tints of Governor Bay #414AAA

Color information

#414AAA (or 0x414AAA) is unknown color: approx Governor Bay. HEX triplet: 41, 4A and AA. RGB value is (65,74,170). Sum of RGB (Red+Green+Blue) = 65+74+170=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #414AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414AAA is #BEB555. Grayscale: #515151. Windows color (decimal): -12498262 or 11160129. OLE color: 11160129.

HSL color Cylindrical-coordinate representation of color #414AAA: hue angle of 234.86º 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 #414AAA is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6574170-
CMYK0.620.5600.33
HSL234.86º44.68%46.08%-
HSV(B)234.86º61.76%66.67%-
XYZ11.888.9239.13-
YUV82.25177.52115.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 74 (29.30% from 255) = 23.95%
BLUE value IS 170 (66.80% from 255) = 55.02%
R=21.04%
G=23.95%
B=55.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65741700.620.5600.33234.8644.6846.08
Hex414AAA3E38021eb2d2e
Octal10111225276700413535556
Binary1000001100101010101010111110111000010000111101011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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