#465470

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

Shades of East Bay #465470

Tints of East Bay #465470

Color information

#465470 (or 0x465470) is unknown color: approx East Bay. HEX triplet: 46, 54 and 70. RGB value is (70,84,112). Sum of RGB (Red+Green+Blue) = 70+84+112=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #465470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465470 is #B9AB8F. Grayscale: #525252. Windows color (decimal): -12168080 or 7361606. OLE color: 7361606.

HSL color Cylindrical-coordinate representation of color #465470: hue angle of 220º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465470 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7084112-
CMYK0.380.2500.56
HSL220º23.08%35.69%-
HSV(B)220º37.5%43.92%-
XYZ8.628.8116.58-
YUV83.01144.36118.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.32%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 112 (44.14% from 255) = 42.11%
R=26.32%
G=31.58%
B=42.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70841120.380.2500.5622023.0835.69
Hex4654702619038dc1724
Octal10612416046310703342744
Binary1000110101010011100001001101100101110001101110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465470; }

 p { color: rgb(70,84,112); }

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

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

 a { background-color: rgb(70,84,112); }

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

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

 span { border-color: rgb(70,84,112); }

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