#404DAB

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

Shades of Governor Bay #404DAB

Tints of Governor Bay #404DAB

Color information

#404DAB (or 0x404DAB) is unknown color: approx Governor Bay. HEX triplet: 40, 4D and AB. RGB value is (64,77,171). Sum of RGB (Red+Green+Blue) = 64+77+171=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #404DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404DAB is #BFB254. Grayscale: #535353. Windows color (decimal): -12563029 or 11226432. OLE color: 11226432.

HSL color Cylindrical-coordinate representation of color #404DAB: hue angle of 232.71º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #404DAB is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6477171-
CMYK0.630.5500.33
HSL232.71º45.53%46.08%-
HSV(B)232.71º62.57%67.06%-
XYZ12.129.3439.69-
YUV83.83177.19113.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 77 (30.47% from 255) = 24.68%
BLUE value IS 171 (67.19% from 255) = 54.81%
R=20.51%
G=24.68%
B=54.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64771710.630.5500.33232.7145.5346.08
Hex404DAB3F37021e92e2e
Octal10011525377670413515656
Binary1000000100110110101011111111110111010000111101001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,77,171); }

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

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

 a { background-color: rgb(64,77,171); }

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

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

 span { border-color: rgb(64,77,171); }

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