Shades of Cyprus #14474E
Tints of Cyprus #14474E
RGB
CMYK
RGB Variations
Color information
#14474E (or 0x14474E) is known color: Cyprus. HEX triplet: 14, 47 and 4E. RGB value is (20,71,78). Sum of RGB (Red+Green+Blue) = 20+71+78=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #14474E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14474E is #EBB8B1. Grayscale: #383838. Windows color (decimal): -15448242 or 5130004. OLE color: 5130004.
HSL color Cylindrical-coordinate representation of color #14474E: hue angle of 187.24º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14474E is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 71 | 78 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.69 |
| HSL | 187.24º | 0.59% | 0.19% | - |
| HSV(B) | 187.24º | 0.74% | 0.31% | - |
| XYZ | 3.92 | 5.21 | 8.01 | - |
| YUV | 56.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 78 | 0.74 | 0.09 | 0 | 0.69 | 187.24 | 0.59 | 0.19 |
| Hex | 14 | 47 | 4E | 4A | 9 | 0 | 45 | BB | 3B | 13 |
| Octal | 24 | 107 | 116 | 112 | 11 | 0 | 105 | 273 | 73 | 23 |
| Binary | 10100 | 1000111 | 1001110 | 1001010 | 1001 | 0 | 1000101 | 10111011 | 111011 | 10011 |
Color Harmonies of #14474E
Complementary color
Monochromatic Colors of #14474E
Black with #14474E
Text Example
Text Example
White with #14474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14474E; }
p { color: rgb(20,71,78); }
H1.HeaderClassName
{
color: #14474E;
}
.AnyTagClassName
{
color: #14474E;
}
</style>
background-color css
<style>
a { background-color: #14474E; }
a { background-color: rgb(20,71,78); }
div.DivClassName
{
background-color: #14474E;
}
.BgClassName
{
background-color: #14474E;
}
</style>
border-color css
<style>
span { border-color: #14474E; }
span { border-color: rgb(20,71,78); }
td.TdClassName
{
border-color: #14474E;
}
.TagClassName
{
border-color: #14474E;
}
</style>