#414B96

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

Shades of Governor Bay #414B96

Tints of Governor Bay #414B96

Color information

#414B96 (or 0x414B96) is unknown color: approx Governor Bay. HEX triplet: 41, 4B and 96. RGB value is (65,75,150). Sum of RGB (Red+Green+Blue) = 65+75+150=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #414B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414B96 is #BEB469. Grayscale: #505050. Windows color (decimal): -12498026 or 9849665. OLE color: 9849665.

HSL color Cylindrical-coordinate representation of color #414B96: hue angle of 232.94º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #414B96 is Cyan = 0.57, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6575150-
CMYK0.570.500.41
HSL232.94º39.53%42.16%-
HSV(B)232.94º56.67%58.82%-
XYZ10.28.3629.93-
YUV80.56167.19116.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 75 (29.69% from 255) = 25.86%
BLUE value IS 150 (58.98% from 255) = 51.72%
R=22.41%
G=25.86%
B=51.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65751500.570.500.41232.9439.5342.16
Hex414B963932029e9282a
Octal10111322671620513515052
Binary1000001100101110010110111001110010010100111101001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,75,150); }

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

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

 a { background-color: rgb(65,75,150); }

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

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

 span { border-color: rgb(65,75,150); }

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