Shades of East Bay #475265
Tints of East Bay #475265
RGB
CMYK
RGB Variations
Color information
#475265 (or 0x475265) is known color: East Bay. HEX triplet: 47, 52 and 65. RGB value is (71,82,101). Sum of RGB (Red+Green+Blue) = 71+82+101=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 101 - color contains mainly: blue. Hex color #475265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475265 is #B8AD9A. Grayscale: #505050. Windows color (decimal): -12103067 or 6640199. OLE color: 6640199.
HSL color Cylindrical-coordinate representation of color #475265: hue angle of 218º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #475265 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 82 | 101 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.60 |
| HSL | 218º | 0.17% | 0.34% | - |
| HSV(B) | 218º | 0.3% | 0.4% | - |
| XYZ | 7.96 | 8.31 | 13.5 | - |
| YUV | 80.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 101 | 0.30 | 0.19 | 0 | 0.60 | 218 | 0.17 | 0.34 |
| Hex | 47 | 52 | 65 | 1E | 13 | 0 | 3C | DA | 11 | 22 |
| Octal | 107 | 122 | 145 | 36 | 23 | 0 | 74 | 332 | 21 | 42 |
| Binary | 1000111 | 1010010 | 1100101 | 11110 | 10011 | 0 | 111100 | 11011010 | 10001 | 100010 |
Color Harmonies of #475265
Complementary color
Monochromatic Colors of #475265
Black with #475265
Text Example
Text Example
White with #475265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475265; }
p { color: rgb(71,82,101); }
H1.HeaderClassName
{
color: #475265;
}
.AnyTagClassName
{
color: #475265;
}
</style>
background-color css
<style>
a { background-color: #475265; }
a { background-color: rgb(71,82,101); }
div.DivClassName
{
background-color: #475265;
}
.BgClassName
{
background-color: #475265;
}
</style>
border-color css
<style>
span { border-color: #475265; }
span { border-color: rgb(71,82,101); }
td.TdClassName
{
border-color: #475265;
}
.TagClassName
{
border-color: #475265;
}
</style>