#414B9F

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

Shades of Governor Bay #414B9F

Tints of Governor Bay #414B9F

Color information

#414B9F (or 0x414B9F) is unknown color: approx Governor Bay. HEX triplet: 41, 4B and 9F. RGB value is (65,75,159). Sum of RGB (Red+Green+Blue) = 65+75+159=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #414B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414B9F is #BEB460. Grayscale: #515151. Windows color (decimal): -12498017 or 10439489. OLE color: 10439489.

HSL color Cylindrical-coordinate representation of color #414B9F: hue angle of 233.62º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #414B9F is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6575159-
CMYK0.590.5300.38
HSL233.62º41.96%43.92%-
HSV(B)233.62º59.12%62.35%-
XYZ10.958.6633.89-
YUV81.59171.69116.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.74%
GREEN value IS 75 (29.69% from 255) = 25.08%
BLUE value IS 159 (62.5% from 255) = 53.18%
R=21.74%
G=25.08%
B=53.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65751590.590.5300.38233.6241.9643.92
Hex414B9F3B35026ea2a2c
Octal10111323773650463525254
Binary1000001100101110011111111011110101010011011101010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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