#414BA8

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

Shades of Governor Bay #414BA8

Tints of Governor Bay #414BA8

Color information

#414BA8 (or 0x414BA8) is unknown color: approx Governor Bay. HEX triplet: 41, 4B and A8. RGB value is (65,75,168). Sum of RGB (Red+Green+Blue) = 65+75+168=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 168 (66.02% from 255 or 54.55% from 308); Max value from RGB is 168 - color contains mainly: blue. Hex color #414BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414BA8 is #BEB457. Grayscale: #525252. Windows color (decimal): -12498008 or 11029313. OLE color: 11029313.

HSL color Cylindrical-coordinate representation of color #414BA8: hue angle of 234.17º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #414BA8 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6575168-
CMYK0.610.5500.34
HSL234.17º44.21%45.69%-
HSV(B)234.17º61.31%65.88%-
XYZ11.768.9838.16-
YUV82.61176.19115.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.10%
GREEN value IS 75 (29.69% from 255) = 24.35%
BLUE value IS 168 (66.02% from 255) = 54.55%
R=21.10%
G=24.35%
B=54.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal65751680.610.5500.34234.1744.2145.69
Hex414BA83D37022ea2c2e
Octal10111325075670423525456
Binary1000001100101110101000111101110111010001011101010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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