Shades of East Bay #46526E
Tints of East Bay #46526E
RGB
CMYK
RGB Variations
Color information
#46526E (or 0x46526E) is known color: East Bay. HEX triplet: 46, 52 and 6E. RGB value is (70,82,110). Sum of RGB (Red+Green+Blue) = 70+82+110=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #46526E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46526E is #B9AD91. Grayscale: #515151. Windows color (decimal): -12168594 or 7230022. OLE color: 7230022.
HSL color Cylindrical-coordinate representation of color #46526E: hue angle of 222º 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 #46526E is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 82 | 110 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.57 |
| HSL | 222º | 0.22% | 0.35% | - |
| HSV(B) | 222º | 0.36% | 0.43% | - |
| XYZ | 8.36 | 8.46 | 15.94 | - |
| YUV | 81.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 110 | 0.36 | 0.25 | 0 | 0.57 | 222 | 0.22 | 0.35 |
| Hex | 46 | 52 | 6E | 24 | 19 | 0 | 39 | DE | 16 | 23 |
| Octal | 106 | 122 | 156 | 44 | 31 | 0 | 71 | 336 | 26 | 43 |
| Binary | 1000110 | 1010010 | 1101110 | 100100 | 11001 | 0 | 111001 | 11011110 | 10110 | 100011 |
Color Harmonies of #46526E
Complementary color
Monochromatic Colors of #46526E
Black with #46526E
Text Example
Text Example
White with #46526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46526E; }
p { color: rgb(70,82,110); }
H1.HeaderClassName
{
color: #46526E;
}
.AnyTagClassName
{
color: #46526E;
}
</style>
background-color css
<style>
a { background-color: #46526E; }
a { background-color: rgb(70,82,110); }
div.DivClassName
{
background-color: #46526E;
}
.BgClassName
{
background-color: #46526E;
}
</style>
border-color css
<style>
span { border-color: #46526E; }
span { border-color: rgb(70,82,110); }
td.TdClassName
{
border-color: #46526E;
}
.TagClassName
{
border-color: #46526E;
}
</style>