#464E60

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

Shades of East Bay #464E60

Tints of East Bay #464E60

Color information

#464E60 (or 0x464E60) is unknown color: approx East Bay. HEX triplet: 46, 4E and 60. RGB value is (70,78,96). Sum of RGB (Red+Green+Blue) = 70+78+96=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 96 - color contains mainly: blue. Hex color #464E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E60 is #B9B19F. Grayscale: #4D4D4D. Windows color (decimal): -12169632 or 6311494. OLE color: 6311494.

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

Color convert

RGB707896-
CMYK0.270.1900.62
HSL221.54º15.66%32.55%-
HSV(B)221.54º27.08%37.65%-
XYZ7.367.612.14-
YUV77.66138.35122.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 96 (37.89% from 255) = 39.34%
R=28.69%
G=31.97%
B=39.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7078960.270.1900.62221.5415.6632.55
Hex464E601B1303Ede1021
Octal10611614033230763362041
Binary100011010011101100000110111001101111101101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,78,96); }

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

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

 a { background-color: rgb(70,78,96); }

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

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

 span { border-color: rgb(70,78,96); }

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