Shades of Breaker Bay #468378
Tints of Breaker Bay #468378
RGB
CMYK
RGB Variations
Color information
#468378 (or 0x468378) is known color: Breaker Bay. HEX triplet: 46, 83 and 78. RGB value is (70,131,120). Sum of RGB (Red+Green+Blue) = 70+131+120=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 131 - color contains mainly: green. Hex color #468378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468378 is #B97C87. Grayscale: #6F6F6F. Windows color (decimal): -12156040 or 7897926. OLE color: 7897926.
HSL color Cylindrical-coordinate representation of color #468378: hue angle of 169.18º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468378 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 131 | 120 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.49 |
| HSL | 169.18º | 0.3% | 0.39% | - |
| HSV(B) | 169.18º | 0.47% | 0.51% | - |
| XYZ | 14.03 | 18.89 | 20.68 | - |
| YUV | 111.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 131 | 120 | 0.47 | 0 | 0.08 | 0.49 | 169.18 | 0.3 | 0.39 |
| Hex | 46 | 83 | 78 | 2F | 0 | 8 | 31 | A9 | 1E | 27 |
| Octal | 106 | 203 | 170 | 57 | 0 | 10 | 61 | 251 | 36 | 47 |
| Binary | 1000110 | 10000011 | 1111000 | 101111 | 0 | 1000 | 110001 | 10101001 | 11110 | 100111 |
Color Harmonies of #468378
Complementary color
Monochromatic Colors of #468378
Black with #468378
Text Example
Text Example
White with #468378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468378; }
p { color: rgb(70,131,120); }
H1.HeaderClassName
{
color: #468378;
}
.AnyTagClassName
{
color: #468378;
}
</style>
background-color css
<style>
a { background-color: #468378; }
a { background-color: rgb(70,131,120); }
div.DivClassName
{
background-color: #468378;
}
.BgClassName
{
background-color: #468378;
}
</style>
border-color css
<style>
span { border-color: #468378; }
span { border-color: rgb(70,131,120); }
td.TdClassName
{
border-color: #468378;
}
.TagClassName
{
border-color: #468378;
}
</style>