#414AAD

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

Shades of Governor Bay #414AAD

Tints of Governor Bay #414AAD

Color information

#414AAD (or 0x414AAD) is unknown color: approx Governor Bay. HEX triplet: 41, 4A and AD. RGB value is (65,74,173). Sum of RGB (Red+Green+Blue) = 65+74+173=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #414AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414AAD is #BEB552. Grayscale: #525252. Windows color (decimal): -12498259 or 11356737. OLE color: 11356737.

HSL color Cylindrical-coordinate representation of color #414AAD: hue angle of 235º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #414AAD is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6574173-
CMYK0.620.5700.32
HSL235º45.38%46.67%-
HSV(B)235º62.43%67.84%-
XYZ12.179.0440.64-
YUV82.6179.02115.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 74 (29.30% from 255) = 23.72%
BLUE value IS 173 (67.97% from 255) = 55.45%
R=20.83%
G=23.72%
B=55.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65741730.620.5700.3223545.3846.67
Hex414AAD3E39020eb2d2f
Octal10111225576710403535557
Binary1000001100101010101101111110111001010000011101011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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