#464C64

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

Shades of East Bay #464C64

Tints of East Bay #464C64

Color information

#464C64 (or 0x464C64) is unknown color: approx East Bay. HEX triplet: 46, 4C and 64. RGB value is (70,76,100). Sum of RGB (Red+Green+Blue) = 70+76+100=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 100 - color contains mainly: blue. Hex color #464C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C64 is #B9B39B. Grayscale: #4C4C4C. Windows color (decimal): -12170140 or 6573126. OLE color: 6573126.

HSL color Cylindrical-coordinate representation of color #464C64: hue angle of 228º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #464C64 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7076100-
CMYK0.300.2400.61
HSL228º17.65%33.33%-
HSV(B)228º30%39.22%-
XYZ7.417.3913.09-
YUV76.94141.01123.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 76 (30.08% from 255) = 30.89%
BLUE value IS 100 (39.45% from 255) = 40.65%
R=28.46%
G=30.89%
B=40.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70761000.300.2400.6122817.6533.33
Hex464C641E1803De41221
Octal10611414436300753442241
Binary100011010011001100100111101100001111011110010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464C64; }

 p { color: rgb(70,76,100); }

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

<style>
 a { background-color: #464C64; }

 a { background-color: rgb(70,76,100); }

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

<style>
 span { border-color: #464C64; }

 span { border-color: rgb(70,76,100); }

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