Shades of East Bay #4F5A6A
Tints of East Bay #4F5A6A
RGB
CMYK
RGB Variations
Color information
#4F5A6A (or 0x4F5A6A) is known color: East Bay. HEX triplet: 4F, 5A and 6A. RGB value is (79,90,106). Sum of RGB (Red+Green+Blue) = 79+90+106=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F5A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5A6A is #B0A595. Grayscale: #585858. Windows color (decimal): -11576726 or 6969935. OLE color: 6969935.
HSL color Cylindrical-coordinate representation of color #4F5A6A: hue angle of 215.56º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F5A6A is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 90 | 106 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.58 |
| HSL | 215.56º | 0.15% | 0.36% | - |
| HSV(B) | 215.56º | 0.25% | 0.42% | - |
| XYZ | 9.48 | 10.02 | 15.07 | - |
| YUV | 88.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 90 | 106 | 0.25 | 0.15 | 0 | 0.58 | 215.56 | 0.15 | 0.36 |
| Hex | 4F | 5A | 6A | 19 | F | 0 | 3A | D8 | F | 24 |
| Octal | 117 | 132 | 152 | 31 | 17 | 0 | 72 | 330 | 17 | 44 |
| Binary | 1001111 | 1011010 | 1101010 | 11001 | 1111 | 0 | 111010 | 11011000 | 1111 | 100100 |
Color Harmonies of #4F5A6A
Complementary color
Monochromatic Colors of #4F5A6A
Black with #4F5A6A
Text Example
Text Example
White with #4F5A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5A6A; }
p { color: rgb(79,90,106); }
H1.HeaderClassName
{
color: #4F5A6A;
}
.AnyTagClassName
{
color: #4F5A6A;
}
</style>
background-color css
<style>
a { background-color: #4F5A6A; }
a { background-color: rgb(79,90,106); }
div.DivClassName
{
background-color: #4F5A6A;
}
.BgClassName
{
background-color: #4F5A6A;
}
</style>
border-color css
<style>
span { border-color: #4F5A6A; }
span { border-color: rgb(79,90,106); }
td.TdClassName
{
border-color: #4F5A6A;
}
.TagClassName
{
border-color: #4F5A6A;
}
</style>