#46516A

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

Shades of East Bay #46516A

Tints of East Bay #46516A

Color information

#46516A (or 0x46516A) is unknown color: approx East Bay. HEX triplet: 46, 51 and 6A. RGB value is (70,81,106). Sum of RGB (Red+Green+Blue) = 70+81+106=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 106 - color contains mainly: blue. Hex color #46516A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46516A is #B9AE95. Grayscale: #505050. Windows color (decimal): -12168854 or 6967622. OLE color: 6967622.

HSL color Cylindrical-coordinate representation of color #46516A: hue angle of 221.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #46516A is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7081106-
CMYK0.340.2400.58
HSL221.67º20.45%34.51%-
HSV(B)221.67º33.96%41.57%-
XYZ8.078.2314.8-
YUV80.56142.36120.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 106 (41.80% from 255) = 41.25%
R=27.24%
G=31.52%
B=41.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70811060.340.2400.58221.6720.4534.51
Hex46516A221803Ade1423
Octal10612115242300723362443
Binary1000110101000111010101000101100001110101101111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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