#414e9b

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

Shades of Governor Bay #414E9B

Tints of Governor Bay #414E9B

Color information

#414E9B (or 0x414E9B) is unknown color: approx Governor Bay. HEX triplet: 41, 4E and 9B. RGB value is (65,78,155). Sum of RGB (Red+Green+Blue) = 65+78+155=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #414E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414E9B is #BEB164. Grayscale: #525252. Windows color (decimal): -12497253 or 10178113. OLE color: 10178113.

HSL color Cylindrical-coordinate representation of color #414E9B: hue angle of 231.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #414E9B is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6578155-
CMYK0.580.5000.39
HSL231.33º40.91%43.14%-
HSV(B)231.33º58.06%60.78%-
XYZ10.828.9432.17-
YUV82.89168.69115.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.81%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 155 (60.94% from 255) = 52.01%
R=21.81%
G=26.17%
B=52.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65781550.580.5000.39231.3340.9143.14
Hex414E9B3A32027e7292b
Octal10111623372620473475153
Binary1000001100111010011011111010110010010011111100111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414e9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,78,155); }

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

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

 a { background-color: rgb(65,78,155); }

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

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

 span { border-color: rgb(65,78,155); }

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