Shades of Breaker Bay #4F767A
Tints of Breaker Bay #4F767A
RGB
CMYK
RGB Variations
Color information
#4F767A (or 0x4F767A) is known color: Breaker Bay. HEX triplet: 4F, 76 and 7A. RGB value is (79,118,122). Sum of RGB (Red+Green+Blue) = 79+118+122=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F767A is #B08985. Grayscale: #6A6A6A. Windows color (decimal): -11569542 or 8025679. OLE color: 8025679.
HSL color Cylindrical-coordinate representation of color #4F767A: hue angle of 185.58º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F767A is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 118 | 122 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.52 |
| HSL | 185.58º | 0.21% | 0.39% | - |
| HSV(B) | 185.58º | 0.35% | 0.48% | - |
| XYZ | 13.22 | 16.02 | 20.81 | - |
| YUV | 106.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 118 | 122 | 0.35 | 0.03 | 0 | 0.52 | 185.58 | 0.21 | 0.39 |
| Hex | 4F | 76 | 7A | 23 | 3 | 0 | 34 | BA | 15 | 27 |
| Octal | 117 | 166 | 172 | 43 | 3 | 0 | 64 | 272 | 25 | 47 |
| Binary | 1001111 | 1110110 | 1111010 | 100011 | 11 | 0 | 110100 | 10111010 | 10101 | 100111 |
Color Harmonies of #4F767A
Complementary color
Monochromatic Colors of #4F767A
Black with #4F767A
Text Example
Text Example
White with #4F767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F767A; }
p { color: rgb(79,118,122); }
H1.HeaderClassName
{
color: #4F767A;
}
.AnyTagClassName
{
color: #4F767A;
}
</style>
background-color css
<style>
a { background-color: #4F767A; }
a { background-color: rgb(79,118,122); }
div.DivClassName
{
background-color: #4F767A;
}
.BgClassName
{
background-color: #4F767A;
}
</style>
border-color css
<style>
span { border-color: #4F767A; }
span { border-color: rgb(79,118,122); }
td.TdClassName
{
border-color: #4F767A;
}
.TagClassName
{
border-color: #4F767A;
}
</style>