Shades of Breaker Bay #4A827C
Tints of Breaker Bay #4A827C
RGB
CMYK
RGB Variations
Color information
#4A827C (or 0x4A827C) is known color: Breaker Bay. HEX triplet: 4A, 82 and 7C. RGB value is (74,130,124). Sum of RGB (Red+Green+Blue) = 74+130+124=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #4A827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A827C is #B57D83. Grayscale: #707070. Windows color (decimal): -11894148 or 8159818. OLE color: 8159818.
HSL color Cylindrical-coordinate representation of color #4A827C: hue angle of 173.57º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A827C is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 130 | 124 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.49 |
| HSL | 173.57º | 0.27% | 0.4% | - |
| HSV(B) | 173.57º | 0.43% | 0.51% | - |
| XYZ | 14.44 | 18.88 | 21.95 | - |
| YUV | 112.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 130 | 124 | 0.43 | 0 | 0.05 | 0.49 | 173.57 | 0.27 | 0.4 |
| Hex | 4A | 82 | 7C | 2B | 0 | 5 | 31 | AE | 1B | 28 |
| Octal | 112 | 202 | 174 | 53 | 0 | 5 | 61 | 256 | 33 | 50 |
| Binary | 1001010 | 10000010 | 1111100 | 101011 | 0 | 101 | 110001 | 10101110 | 11011 | 101000 |
Color Harmonies of #4A827C
Complementary color
Monochromatic Colors of #4A827C
Black with #4A827C
Text Example
Text Example
White with #4A827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A827C; }
p { color: rgb(74,130,124); }
H1.HeaderClassName
{
color: #4A827C;
}
.AnyTagClassName
{
color: #4A827C;
}
</style>
background-color css
<style>
a { background-color: #4A827C; }
a { background-color: rgb(74,130,124); }
div.DivClassName
{
background-color: #4A827C;
}
.BgClassName
{
background-color: #4A827C;
}
</style>
border-color css
<style>
span { border-color: #4A827C; }
span { border-color: rgb(74,130,124); }
td.TdClassName
{
border-color: #4A827C;
}
.TagClassName
{
border-color: #4A827C;
}
</style>