#414B99

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

Shades of Governor Bay #414B99

Tints of Governor Bay #414B99

Color information

#414B99 (or 0x414B99) is unknown color: approx Governor Bay. HEX triplet: 41, 4B and 99. RGB value is (65,75,153). Sum of RGB (Red+Green+Blue) = 65+75+153=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #414B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414B99 is #BEB466. Grayscale: #505050. Windows color (decimal): -12498023 or 10046273. OLE color: 10046273.

HSL color Cylindrical-coordinate representation of color #414B99: hue angle of 233.18º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #414B99 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6575153-
CMYK0.580.5100.4
HSL233.18º40.37%42.75%-
HSV(B)233.18º57.52%60%-
XYZ10.458.4631.22-
YUV80.9168.69116.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.18%
GREEN value IS 75 (29.69% from 255) = 25.60%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=22.18%
G=25.60%
B=52.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65751530.580.5100.4233.1840.3742.75
Hex414B993A33028e9282b
Octal10111323172630503515053
Binary1000001100101110011001111010110011010100011101001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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