#46516B

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

Shades of East Bay #46516B

Tints of East Bay #46516B

Color information

#46516B (or 0x46516B) is unknown color: approx East Bay. HEX triplet: 46, 51 and 6B. RGB value is (70,81,107). Sum of RGB (Red+Green+Blue) = 70+81+107=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #46516B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46516B is #B9AE94. Grayscale: #505050. Windows color (decimal): -12168853 or 7033158. OLE color: 7033158.

HSL color Cylindrical-coordinate representation of color #46516B: hue angle of 222.16º 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 #46516B is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7081107-
CMYK0.350.2400.58
HSL222.16º20.9%34.71%-
HSV(B)222.16º34.58%41.96%-
XYZ8.128.2515.07-
YUV80.68142.86120.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 107 (42.19% from 255) = 41.47%
R=27.13%
G=31.40%
B=41.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70811070.350.2400.58222.1620.934.71
Hex46516B231803Ade1523
Octal10612115343300723362543
Binary1000110101000111010111000111100001110101101111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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