#46556C

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

Shades of East Bay #46556C

Tints of East Bay #46556C

Color information

#46556C (or 0x46556C) is unknown color: approx East Bay. HEX triplet: 46, 55 and 6C. RGB value is (70,85,108). Sum of RGB (Red+Green+Blue) = 70+85+108=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #46556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46556C is #B9AA93. Grayscale: #535353. Windows color (decimal): -12167828 or 7099718. OLE color: 7099718.

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

Color convert

RGB7085108-
CMYK0.350.2100.58
HSL216.32º21.35%34.9%-
HSV(B)216.32º35.19%42.35%-
XYZ8.488.8815.45-
YUV83.14142.03118.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.62%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 108 (42.58% from 255) = 41.06%
R=26.62%
G=32.32%
B=41.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70851080.350.2100.58216.3221.3534.9
Hex46556C231503Ad81523
Octal10612515443250723302543
Binary1000110101010111011001000111010101110101101100010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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