#414DAD

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

Shades of Governor Bay #414DAD

Tints of Governor Bay #414DAD

Color information

#414DAD (or 0x414DAD) is unknown color: approx Governor Bay. HEX triplet: 41, 4D and AD. RGB value is (65,77,173). Sum of RGB (Red+Green+Blue) = 65+77+173=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #414DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414DAD is #BEB252. Grayscale: #535353. Windows color (decimal): -12497491 or 11357505. OLE color: 11357505.

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

Color convert

RGB6577173-
CMYK0.620.5500.32
HSL233.33º45.38%46.67%-
HSV(B)233.33º62.43%67.84%-
XYZ12.389.4540.71-
YUV84.36178.02114.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.63%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 173 (67.97% from 255) = 54.92%
R=20.63%
G=24.44%
B=54.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65771730.620.5500.32233.3345.3846.67
Hex414DAD3E37020e92d2f
Octal10111525576670403515557
Binary1000001100110110101101111110110111010000011101001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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