#46506B

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

Shades of East Bay #46506B

Tints of East Bay #46506B

Color information

#46506B (or 0x46506B) is unknown color: approx East Bay. HEX triplet: 46, 50 and 6B. RGB value is (70,80,107). Sum of RGB (Red+Green+Blue) = 70+80+107=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 107 - color contains mainly: blue. Hex color #46506B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46506B is #B9AF94. Grayscale: #4F4F4F. Windows color (decimal): -12169109 or 7032902. OLE color: 7032902.

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

Color convert

RGB7080107-
CMYK0.350.2500.58
HSL223.78º20.9%34.71%-
HSV(B)223.78º34.58%41.96%-
XYZ8.058.115.05-
YUV80.09143.19120.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 107 (42.19% from 255) = 41.63%
R=27.24%
G=31.13%
B=41.63%

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
Decimal70801070.350.2500.58223.7820.934.71
Hex46506B231903Ae01523
Octal10612015343310723402543
Binary1000110101000011010111000111100101110101110000010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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