#46516C

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

Shades of East Bay #46516C

Tints of East Bay #46516C

Color information

#46516C (or 0x46516C) is unknown color: approx East Bay. HEX triplet: 46, 51 and 6C. RGB value is (70,81,108). Sum of RGB (Red+Green+Blue) = 70+81+108=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #46516C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46516C is #B9AE93. Grayscale: #505050. Windows color (decimal): -12168852 or 7098694. OLE color: 7098694.

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

Color convert

RGB7081108-
CMYK0.350.2500.58
HSL222.63º21.35%34.9%-
HSV(B)222.63º35.19%42.35%-
XYZ8.178.2715.35-
YUV80.79143.36120.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 108 (42.58% from 255) = 41.70%
R=27.03%
G=31.27%
B=41.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70811080.350.2500.58222.6321.3534.9
Hex46516C231903Adf1523
Octal10612115443310723372543
Binary1000110101000111011001000111100101110101101111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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