#404C63

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

Shades of East Bay #404C63

Tints of East Bay #404C63

Color information

#404C63 (or 0x404C63) is unknown color: approx East Bay. HEX triplet: 40, 4C and 63. RGB value is (64,76,99). Sum of RGB (Red+Green+Blue) = 64+76+99=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #404C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C63 is #BFB39C. Grayscale: #4A4A4A. Windows color (decimal): -12563357 or 6507584. OLE color: 6507584.

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

Color convert

RGB647699-
CMYK0.350.2300.61
HSL219.43º21.47%31.96%-
HSV(B)219.43º35.35%38.82%-
XYZ6.957.1612.82-
YUV75.03141.52120.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 76 (30.08% from 255) = 31.80%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=26.78%
G=31.80%
B=41.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6476990.350.2300.61219.4321.4731.96
Hex404C63231703Ddb1520
Octal10011414343270753332540
Binary1000000100110011000111000111011101111011101101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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