#46556B

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

Shades of East Bay #46556B

Tints of East Bay #46556B

Color information

#46556B (or 0x46556B) is unknown color: approx East Bay. HEX triplet: 46, 55 and 6B. RGB value is (70,85,107). Sum of RGB (Red+Green+Blue) = 70+85+107=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 107 - color contains mainly: blue. Hex color #46556B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46556B is #B9AA94. Grayscale: #525252. Windows color (decimal): -12167829 or 7034182. OLE color: 7034182.

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

Color convert

RGB7085107-
CMYK0.350.2100.58
HSL215.68º20.9%34.71%-
HSV(B)215.68º34.58%41.96%-
XYZ8.438.8615.18-
YUV83.02141.53118.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 107 (42.19% from 255) = 40.84%
R=26.72%
G=32.44%
B=40.84%

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
Decimal70851070.350.2100.58215.6820.934.71
Hex46556B231503Ad81523
Octal10612515343250723302543
Binary1000110101010111010111000111010101110101101100010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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