#404D66

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

Shades of East Bay #404D66

Tints of East Bay #404D66

Color information

#404D66 (or 0x404D66) is unknown color: approx East Bay. HEX triplet: 40, 4D and 66. RGB value is (64,77,102). Sum of RGB (Red+Green+Blue) = 64+77+102=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 102 - color contains mainly: blue. Hex color #404D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D66 is #BFB299. Grayscale: #4B4B4B. Windows color (decimal): -12563098 or 6704448. OLE color: 6704448.

HSL color Cylindrical-coordinate representation of color #404D66: hue angle of 219.47º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #404D66 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6477102-
CMYK0.370.2500.6
HSL219.47º22.89%32.55%-
HSV(B)219.47º37.25%40%-
XYZ7.177.3613.61-
YUV75.96142.69119.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 102 (40.23% from 255) = 41.98%
R=26.34%
G=31.69%
B=41.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64771020.370.2500.6219.4722.8932.55
Hex404D66251903Cdb1721
Octal10011514645310743332741
Binary1000000100110111001101001011100101111001101101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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