#465070

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

Shades of East Bay #465070

Tints of East Bay #465070

Color information

#465070 (or 0x465070) is unknown color: approx East Bay. HEX triplet: 46, 50 and 70. RGB value is (70,80,112). Sum of RGB (Red+Green+Blue) = 70+80+112=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #465070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465070 is #B9AF8F. Grayscale: #505050. Windows color (decimal): -12169104 or 7360582. OLE color: 7360582.

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

Color convert

RGB7080112-
CMYK0.380.2900.56
HSL225.71º23.08%35.69%-
HSV(B)225.71º37.5%43.92%-
XYZ8.328.2116.48-
YUV80.66145.69120.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=26.72%
G=30.53%
B=42.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70801120.380.2900.56225.7123.0835.69
Hex465070261D038e21724
Octal10612016046350703422744
Binary1000110101000011100001001101110101110001110001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465070; }

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

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

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

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

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

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

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

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