#465570

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

Shades of East Bay #465570

Tints of East Bay #465570

Color information

#465570 (or 0x465570) is unknown color: approx East Bay. HEX triplet: 46, 55 and 70. RGB value is (70,85,112). Sum of RGB (Red+Green+Blue) = 70+85+112=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #465570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465570 is #B9AA8F. Grayscale: #535353. Windows color (decimal): -12167824 or 7361862. OLE color: 7361862.

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

Color convert

RGB7085112-
CMYK0.380.2400.56
HSL218.57º23.08%35.69%-
HSV(B)218.57º37.5%43.92%-
XYZ8.78.9716.6-
YUV83.59144.03118.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.22%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=26.22%
G=31.84%
B=41.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70851120.380.2400.56218.5723.0835.69
Hex4655702618038db1724
Octal10612516046300703332744
Binary1000110101010111100001001101100001110001101101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465570; }

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

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

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

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

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

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

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

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