#46566A

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

Shades of East Bay #46566A

Tints of East Bay #46566A

Color information

#46566A (or 0x46566A) is unknown color: approx East Bay. HEX triplet: 46, 56 and 6A. RGB value is (70,86,106). Sum of RGB (Red+Green+Blue) = 70+86+106=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 106 - color contains mainly: blue. Hex color #46566A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46566A is #B9A995. Grayscale: #535353. Windows color (decimal): -12167574 or 6968902. OLE color: 6968902.

HSL color Cylindrical-coordinate representation of color #46566A: hue angle of 213.33º 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 #46566A is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7086106-
CMYK0.340.1900.58
HSL213.33º20.45%34.51%-
HSV(B)213.33º33.96%41.57%-
XYZ8.46914.93-
YUV83.5140.7118.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=26.72%
G=32.82%
B=40.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70861060.340.1900.58213.3320.4534.51
Hex46566A221303Ad51423
Octal10612615242230723252443
Binary1000110101011011010101000101001101110101101010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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