#46556E

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

Shades of East Bay #46556E

Tints of East Bay #46556E

Color information

#46556E (or 0x46556E) is unknown color: approx East Bay. HEX triplet: 46, 55 and 6E. RGB value is (70,85,110). Sum of RGB (Red+Green+Blue) = 70+85+110=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #46556E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46556E is #B9AA91. Grayscale: #535353. Windows color (decimal): -12167826 or 7230790. OLE color: 7230790.

HSL color Cylindrical-coordinate representation of color #46556E: hue angle of 217.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46556E is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7085110-
CMYK0.360.2300.57
HSL217.5º22.22%35.29%-
HSV(B)217.5º36.36%43.14%-
XYZ8.598.9216.02-
YUV83.36143.03118.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=26.42%
G=32.08%
B=41.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70851100.360.2300.57217.522.2235.29
Hex46556E2417039da1623
Octal10612515644270713322643
Binary1000110101010111011101001001011101110011101101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46556E; }

 p { color: rgb(70,85,110); }

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

<style>
 a { background-color: #46556E; }

 a { background-color: rgb(70,85,110); }

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

<style>
 span { border-color: #46556E; }

 span { border-color: rgb(70,85,110); }

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