#464B60

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

Shades of East Bay #464B60

Tints of East Bay #464B60

Color information

#464B60 (or 0x464B60) is unknown color: approx East Bay. HEX triplet: 46, 4B and 60. RGB value is (70,75,96). Sum of RGB (Red+Green+Blue) = 70+75+96=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #464B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B60 is #B9B49F. Grayscale: #4B4B4B. Windows color (decimal): -12170400 or 6310726. OLE color: 6310726.

HSL color Cylindrical-coordinate representation of color #464B60: hue angle of 228.46º 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 #464B60 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB707596-
CMYK0.270.2200.62
HSL228.46º15.66%32.55%-
HSV(B)228.46º27.08%37.65%-
XYZ7.157.1812.07-
YUV75.9139.34123.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=29.05%
G=31.12%
B=39.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7075960.270.2200.62228.4615.6632.55
Hex464B601B1603Ee41021
Octal10611314033260763442041
Binary100011010010111100000110111011001111101110010010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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