#414CAD

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

Shades of Governor Bay #414CAD

Tints of Governor Bay #414CAD

Color information

#414CAD (or 0x414CAD) is unknown color: approx Governor Bay. HEX triplet: 41, 4C and AD. RGB value is (65,76,173). Sum of RGB (Red+Green+Blue) = 65+76+173=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #414CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414CAD is #BEB352. Grayscale: #535353. Windows color (decimal): -12497747 or 11357249. OLE color: 11357249.

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

Color convert

RGB6576173-
CMYK0.620.5600.32
HSL233.89º45.38%46.67%-
HSV(B)233.89º62.43%67.84%-
XYZ12.319.3140.68-
YUV83.77178.36114.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 173 (67.97% from 255) = 55.10%
R=20.70%
G=24.20%
B=55.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65761730.620.5600.32233.8945.3846.67
Hex414CAD3E38020ea2d2f
Octal10111425576700403525557
Binary1000001100110010101101111110111000010000011101010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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