Shades of Cyprus #0B4E46
Tints of Cyprus #0B4E46
RGB
CMYK
RGB Variations
Color information
#0B4E46 (or 0x0B4E46) is known color: Cyprus. HEX triplet: 0B, 4E and 46. RGB value is (11,78,70). Sum of RGB (Red+Green+Blue) = 11+78+70=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 78 (30.86% from 255 or 49.06% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 78 - color contains mainly: green. Hex color #0B4E46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4E46 is #F4B1B9. Grayscale: #393939. Windows color (decimal): -16036282 or 4607499. OLE color: 4607499.
HSL color Cylindrical-coordinate representation of color #0B4E46: hue angle of 172.84º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4E46 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 78 | 70 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.69 |
| HSL | 172.84º | 0.75% | 0.17% | - |
| HSV(B) | 172.84º | 0.86% | 0.31% | - |
| XYZ | 3.97 | 5.96 | 6.74 | - |
| YUV | 57.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 78 | 70 | 0.86 | 0 | 0.10 | 0.69 | 172.84 | 0.75 | 0.17 |
| Hex | B | 4E | 46 | 56 | 0 | A | 45 | AD | 4B | 11 |
| Octal | 13 | 116 | 106 | 126 | 0 | 12 | 105 | 255 | 113 | 21 |
| Binary | 1011 | 1001110 | 1000110 | 1010110 | 0 | 1010 | 1000101 | 10101101 | 1001011 | 10001 |
Color Harmonies of #0B4E46
Complementary color
Monochromatic Colors of #0B4E46
Black with #0B4E46
Text Example
Text Example
White with #0B4E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4E46; }
p { color: rgb(11,78,70); }
H1.HeaderClassName
{
color: #0B4E46;
}
.AnyTagClassName
{
color: #0B4E46;
}
</style>
background-color css
<style>
a { background-color: #0B4E46; }
a { background-color: rgb(11,78,70); }
div.DivClassName
{
background-color: #0B4E46;
}
.BgClassName
{
background-color: #0B4E46;
}
</style>
border-color css
<style>
span { border-color: #0B4E46; }
span { border-color: rgb(11,78,70); }
td.TdClassName
{
border-color: #0B4E46;
}
.TagClassName
{
border-color: #0B4E46;
}
</style>