#465569

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

Shades of East Bay #465569

Tints of East Bay #465569

Color information

#465569 (or 0x465569) is unknown color: approx East Bay. HEX triplet: 46, 55 and 69. RGB value is (70,85,105). Sum of RGB (Red+Green+Blue) = 70+85+105=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 105 - color contains mainly: blue. Hex color #465569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465569 is #B9AA96. Grayscale: #525252. Windows color (decimal): -12167831 or 6903110. OLE color: 6903110.

HSL color Cylindrical-coordinate representation of color #465569: hue angle of 214.29º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #465569 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7085105-
CMYK0.330.1900.59
HSL214.29º20%34.31%-
HSV(B)214.29º33.33%41.18%-
XYZ8.328.8214.63-
YUV82.79140.53118.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 105 (41.41% from 255) = 40.38%
R=26.92%
G=32.69%
B=40.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70851050.330.1900.59214.292034.31
Hex465569211303Bd61422
Octal10612515141230733262442
Binary1000110101010111010011000011001101110111101011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465569; }

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

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

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

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

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

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

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

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