#464C61

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

Shades of East Bay #464C61

Tints of East Bay #464C61

Color information

#464C61 (or 0x464C61) is unknown color: approx East Bay. HEX triplet: 46, 4C and 61. RGB value is (70,76,97). Sum of RGB (Red+Green+Blue) = 70+76+97=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #464C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C61 is #B9B39E. Grayscale: #4C4C4C. Windows color (decimal): -12170143 or 6376518. OLE color: 6376518.

HSL color Cylindrical-coordinate representation of color #464C61: hue angle of 226.67º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #464C61 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB707697-
CMYK0.280.2200.62
HSL226.67º16.17%32.75%-
HSV(B)226.67º27.84%38.04%-
XYZ7.277.3312.34-
YUV76.6139.51123.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=28.81%
G=31.28%
B=39.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7076970.280.2200.62226.6716.1732.75
Hex464C611C1603Ee31021
Octal10611414134260763432041
Binary100011010011001100001111001011001111101110001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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