#404BA6

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

Shades of Governor Bay #404BA6

Tints of Governor Bay #404BA6

Color information

#404BA6 (or 0x404BA6) is unknown color: approx Governor Bay. HEX triplet: 40, 4B and A6. RGB value is (64,75,166). Sum of RGB (Red+Green+Blue) = 64+75+166=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 166 (65.23% from 255 or 54.43% from 305); Max value from RGB is 166 - color contains mainly: blue. Hex color #404BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404BA6 is #BFB459. Grayscale: #515151. Windows color (decimal): -12563546 or 10898240. OLE color: 10898240.

HSL color Cylindrical-coordinate representation of color #404BA6: hue angle of 233.53º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #404BA6 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6475166-
CMYK0.610.5500.35
HSL233.53º44.35%45.1%-
HSV(B)233.53º61.45%65.1%-
XYZ11.518.8837.18-
YUV82.08175.36115.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 75 (29.69% from 255) = 24.59%
BLUE value IS 166 (65.23% from 255) = 54.43%
R=20.98%
G=24.59%
B=54.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64751660.610.5500.35233.5344.3545.1
Hex404BA63D37023ea2c2d
Octal10011324675670433525455
Binary1000000100101110100110111101110111010001111101010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404BA6; }

 p { color: rgb(64,75,166); }

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

<style>
 a { background-color: #404BA6; }

 a { background-color: rgb(64,75,166); }

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

<style>
 span { border-color: #404BA6; }

 span { border-color: rgb(64,75,166); }

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