Shades of Breaker Bay #418279
Tints of Breaker Bay #418279
RGB
CMYK
RGB Variations
Color information
#418279 (or 0x418279) is known color: Breaker Bay. HEX triplet: 41, 82 and 79. RGB value is (65,130,121). Sum of RGB (Red+Green+Blue) = 65+130+121=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #418279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418279 is #BE7D86. Grayscale: #6D6D6D. Windows color (decimal): -12483975 or 7963201. OLE color: 7963201.
HSL color Cylindrical-coordinate representation of color #418279: hue angle of 171.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418279 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 130 | 121 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.49 |
| HSL | 171.69º | 0.33% | 0.38% | - |
| HSV(B) | 171.69º | 0.5% | 0.51% | - |
| XYZ | 13.61 | 18.47 | 20.94 | - |
| YUV | 109.54 | 134.47 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 121 | 0.50 | 0 | 0.07 | 0.49 | 171.69 | 0.33 | 0.38 |
| Hex | 41 | 82 | 79 | 32 | 0 | 7 | 31 | AC | 21 | 26 |
| Octal | 101 | 202 | 171 | 62 | 0 | 7 | 61 | 254 | 41 | 46 |
| Binary | 1000001 | 10000010 | 1111001 | 110010 | 0 | 111 | 110001 | 10101100 | 100001 | 100110 |
Color Harmonies of #418279
Complementary color
Monochromatic Colors of #418279
Black with #418279
Text Example
Text Example
White with #418279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418279; }
p { color: rgb(65,130,121); }
H1.HeaderClassName
{
color: #418279;
}
.AnyTagClassName
{
color: #418279;
}
</style>
background-color css
<style>
a { background-color: #418279; }
a { background-color: rgb(65,130,121); }
div.DivClassName
{
background-color: #418279;
}
.BgClassName
{
background-color: #418279;
}
</style>
border-color css
<style>
span { border-color: #418279; }
span { border-color: rgb(65,130,121); }
td.TdClassName
{
border-color: #418279;
}
.TagClassName
{
border-color: #418279;
}
</style>