Shades of Cyprus #0B4F49
Tints of Cyprus #0B4F49
RGB
CMYK
RGB Variations
Color information
#0B4F49 (or 0x0B4F49) is known color: Cyprus. HEX triplet: 0B, 4F and 49. RGB value is (11,79,73). Sum of RGB (Red+Green+Blue) = 11+79+73=163 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.75% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #0B4F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4F49 is #F4B0B6. Grayscale: #393939. Windows color (decimal): -16036023 or 4804363. OLE color: 4804363.
HSL color Cylindrical-coordinate representation of color #0B4F49: hue angle of 174.71º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4F49 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 79 | 73 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.69 |
| HSL | 174.71º | 0.76% | 0.18% | - |
| HSV(B) | 174.71º | 0.86% | 0.31% | - |
| XYZ | 4.14 | 6.14 | 7.27 | - |
| YUV | 57.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 79 | 73 | 0.86 | 0 | 0.08 | 0.69 | 174.71 | 0.76 | 0.18 |
| Hex | B | 4F | 49 | 56 | 0 | 8 | 45 | AF | 4C | 12 |
| Octal | 13 | 117 | 111 | 126 | 0 | 10 | 105 | 257 | 114 | 22 |
| Binary | 1011 | 1001111 | 1001001 | 1010110 | 0 | 1000 | 1000101 | 10101111 | 1001100 | 10010 |
Color Harmonies of #0B4F49
Complementary color
Monochromatic Colors of #0B4F49
Black with #0B4F49
Text Example
Text Example
White with #0B4F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4F49; }
p { color: rgb(11,79,73); }
H1.HeaderClassName
{
color: #0B4F49;
}
.AnyTagClassName
{
color: #0B4F49;
}
</style>
background-color css
<style>
a { background-color: #0B4F49; }
a { background-color: rgb(11,79,73); }
div.DivClassName
{
background-color: #0B4F49;
}
.BgClassName
{
background-color: #0B4F49;
}
</style>
border-color css
<style>
span { border-color: #0B4F49; }
span { border-color: rgb(11,79,73); }
td.TdClassName
{
border-color: #0B4F49;
}
.TagClassName
{
border-color: #0B4F49;
}
</style>