#465370

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

Shades of East Bay #465370

Tints of East Bay #465370

Color information

#465370 (or 0x465370) is unknown color: approx East Bay. HEX triplet: 46, 53 and 70. RGB value is (70,83,112). Sum of RGB (Red+Green+Blue) = 70+83+112=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #465370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465370 is #B9AC8F. Grayscale: #525252. Windows color (decimal): -12168336 or 7361350. OLE color: 7361350.

HSL color Cylindrical-coordinate representation of color #465370: hue angle of 221.43º 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 #465370 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7083112-
CMYK0.380.2600.56
HSL221.43º23.08%35.69%-
HSV(B)221.43º37.5%43.92%-
XYZ8.548.6616.55-
YUV82.42144.69119.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=26.42%
G=31.32%
B=42.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70831120.380.2600.56221.4323.0835.69
Hex465370261A038dd1724
Octal10612316046320703352744
Binary1000110101001111100001001101101001110001101110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465370; }

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

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

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

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

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

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

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

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