#46526B

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

Shades of East Bay #46526B

Tints of East Bay #46526B

Color information

#46526B (or 0x46526B) is unknown color: approx East Bay. HEX triplet: 46, 52 and 6B. RGB value is (70,82,107). Sum of RGB (Red+Green+Blue) = 70+82+107=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 107 - color contains mainly: blue. Hex color #46526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46526B is #B9AD94. Grayscale: #515151. Windows color (decimal): -12168597 or 7033414. OLE color: 7033414.

HSL color Cylindrical-coordinate representation of color #46526B: hue angle of 220.54º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46526B is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7082107-
CMYK0.350.2300.58
HSL220.54º20.9%34.71%-
HSV(B)220.54º34.58%41.96%-
XYZ8.28.415.1-
YUV81.26142.52119.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 107 (42.19% from 255) = 41.31%
R=27.03%
G=31.66%
B=41.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70821070.350.2300.58220.5420.934.71
Hex46526B231703Add1523
Octal10612215343270723352543
Binary1000110101001011010111000111011101110101101110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46526B; }

 p { color: rgb(70,82,107); }

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

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

 a { background-color: rgb(70,82,107); }

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

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

 span { border-color: rgb(70,82,107); }

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