#404C62

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

Shades of East Bay #404C62

Tints of East Bay #404C62

Color information

#404C62 (or 0x404C62) is unknown color: approx East Bay. HEX triplet: 40, 4C and 62. RGB value is (64,76,98). Sum of RGB (Red+Green+Blue) = 64+76+98=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #404C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C62 is #BFB39D. Grayscale: #4A4A4A. Windows color (decimal): -12563358 or 6442048. OLE color: 6442048.

HSL color Cylindrical-coordinate representation of color #404C62: hue angle of 218.82º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #404C62 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB647698-
CMYK0.350.2200.62
HSL218.82º20.99%31.76%-
HSV(B)218.82º34.69%38.43%-
XYZ6.97.1412.57-
YUV74.92141.02120.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.89%
GREEN value IS 76 (30.08% from 255) = 31.93%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=26.89%
G=31.93%
B=41.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6476980.350.2200.62218.8220.9931.76
Hex404C62231603Edb1520
Octal10011414243260763332540
Binary1000000100110011000101000111011001111101101101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,76,98); }

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

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

 a { background-color: rgb(64,76,98); }

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

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

 span { border-color: rgb(64,76,98); }

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