#404E6A

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

Shades of East Bay #404E6A

Tints of East Bay #404E6A

Color information

#404E6A (or 0x404E6A) is unknown color: approx East Bay. HEX triplet: 40, 4E and 6A. RGB value is (64,78,106). Sum of RGB (Red+Green+Blue) = 64+78+106=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 106 - color contains mainly: blue. Hex color #404E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E6A is #BFB195. Grayscale: #4C4C4C. Windows color (decimal): -12562838 or 6966848. OLE color: 6966848.

HSL color Cylindrical-coordinate representation of color #404E6A: hue angle of 220º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #404E6A is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6478106-
CMYK0.400.2600.58
HSL220º24.71%33.33%-
HSV(B)220º39.62%41.57%-
XYZ7.447.5814.71-
YUV77.01144.36118.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 106 (41.80% from 255) = 42.74%
R=25.81%
G=31.45%
B=42.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64781060.400.2600.5822024.7133.33
Hex404E6A281A03Adc1921
Octal10011615250320723343141
Binary1000000100111011010101010001101001110101101110011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,78,106); }

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

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

 a { background-color: rgb(64,78,106); }

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

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

 span { border-color: rgb(64,78,106); }

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