Shades of Breaker Bay #4A7F7C
Tints of Breaker Bay #4A7F7C
RGB
CMYK
RGB Variations
Color information
#4A7F7C (or 0x4A7F7C) is known color: Breaker Bay. HEX triplet: 4A, 7F and 7C. RGB value is (74,127,124). Sum of RGB (Red+Green+Blue) = 74+127+124=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 127 - color contains mainly: green. Hex color #4A7F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7F7C is #B58083. Grayscale: #6E6E6E. Windows color (decimal): -11894916 or 8159050. OLE color: 8159050.
HSL color Cylindrical-coordinate representation of color #4A7F7C: hue angle of 176.6º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A7F7C is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 127 | 124 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.50 |
| HSL | 176.6º | 0.26% | 0.39% | - |
| HSV(B) | 176.6º | 0.42% | 0.5% | - |
| XYZ | 14.05 | 18.09 | 21.82 | - |
| YUV | 110.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 127 | 124 | 0.42 | 0 | 0.02 | 0.50 | 176.6 | 0.26 | 0.39 |
| Hex | 4A | 7F | 7C | 2A | 0 | 2 | 32 | B1 | 1A | 27 |
| Octal | 112 | 177 | 174 | 52 | 0 | 2 | 62 | 261 | 32 | 47 |
| Binary | 1001010 | 1111111 | 1111100 | 101010 | 0 | 10 | 110010 | 10110001 | 11010 | 100111 |
Color Harmonies of #4A7F7C
Complementary color
Monochromatic Colors of #4A7F7C
Black with #4A7F7C
Text Example
Text Example
White with #4A7F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7F7C; }
p { color: rgb(74,127,124); }
H1.HeaderClassName
{
color: #4A7F7C;
}
.AnyTagClassName
{
color: #4A7F7C;
}
</style>
background-color css
<style>
a { background-color: #4A7F7C; }
a { background-color: rgb(74,127,124); }
div.DivClassName
{
background-color: #4A7F7C;
}
.BgClassName
{
background-color: #4A7F7C;
}
</style>
border-color css
<style>
span { border-color: #4A7F7C; }
span { border-color: rgb(74,127,124); }
td.TdClassName
{
border-color: #4A7F7C;
}
.TagClassName
{
border-color: #4A7F7C;
}
</style>