Shades of Cyprus #14464D
Tints of Cyprus #14464D
RGB
CMYK
RGB Variations
Color information
#14464D (or 0x14464D) is known color: Cyprus. HEX triplet: 14, 46 and 4D. RGB value is (20,70,77). Sum of RGB (Red+Green+Blue) = 20+70+77=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #14464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14464D is #EBB9B2. Grayscale: #373737. Windows color (decimal): -15448499 or 5064212. OLE color: 5064212.
HSL color Cylindrical-coordinate representation of color #14464D: hue angle of 187.37º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14464D is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 70 | 77 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.70 |
| HSL | 187.37º | 0.59% | 0.19% | - |
| HSV(B) | 187.37º | 0.74% | 0.3% | - |
| XYZ | 3.82 | 5.06 | 7.8 | - |
| YUV | 55.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 77 | 0.74 | 0.09 | 0 | 0.70 | 187.37 | 0.59 | 0.19 |
| Hex | 14 | 46 | 4D | 4A | 9 | 0 | 46 | BB | 3B | 13 |
| Octal | 24 | 106 | 115 | 112 | 11 | 0 | 106 | 273 | 73 | 23 |
| Binary | 10100 | 1000110 | 1001101 | 1001010 | 1001 | 0 | 1000110 | 10111011 | 111011 | 10011 |
Color Harmonies of #14464D
Complementary color
Monochromatic Colors of #14464D
Black with #14464D
Text Example
Text Example
White with #14464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14464D; }
p { color: rgb(20,70,77); }
H1.HeaderClassName
{
color: #14464D;
}
.AnyTagClassName
{
color: #14464D;
}
</style>
background-color css
<style>
a { background-color: #14464D; }
a { background-color: rgb(20,70,77); }
div.DivClassName
{
background-color: #14464D;
}
.BgClassName
{
background-color: #14464D;
}
</style>
border-color css
<style>
span { border-color: #14464D; }
span { border-color: rgb(20,70,77); }
td.TdClassName
{
border-color: #14464D;
}
.TagClassName
{
border-color: #14464D;
}
</style>