Shades of Cyprus #10474E
Tints of Cyprus #10474E
RGB
CMYK
RGB Variations
Color information
#10474E (or 0x10474E) is known color: Cyprus. HEX triplet: 10, 47 and 4E. RGB value is (16,71,78). Sum of RGB (Red+Green+Blue) = 16+71+78=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #10474E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10474E is #EFB8B1. Grayscale: #373737. Windows color (decimal): -15710386 or 5130000. OLE color: 5130000.
HSL color Cylindrical-coordinate representation of color #10474E: hue angle of 186.77º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10474E is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 71 | 78 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.69 |
| HSL | 186.77º | 0.66% | 0.18% | - |
| HSV(B) | 186.77º | 0.79% | 0.31% | - |
| XYZ | 3.84 | 5.17 | 8 | - |
| YUV | 55.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 78 | 0.79 | 0.09 | 0 | 0.69 | 186.77 | 0.66 | 0.18 |
| Hex | 10 | 47 | 4E | 4F | 9 | 0 | 45 | BB | 42 | 12 |
| Octal | 20 | 107 | 116 | 117 | 11 | 0 | 105 | 273 | 102 | 22 |
| Binary | 10000 | 1000111 | 1001110 | 1001111 | 1001 | 0 | 1000101 | 10111011 | 1000010 | 10010 |
Color Harmonies of #10474E
Complementary color
Monochromatic Colors of #10474E
Black with #10474E
Text Example
Text Example
White with #10474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10474E; }
p { color: rgb(16,71,78); }
H1.HeaderClassName
{
color: #10474E;
}
.AnyTagClassName
{
color: #10474E;
}
</style>
background-color css
<style>
a { background-color: #10474E; }
a { background-color: rgb(16,71,78); }
div.DivClassName
{
background-color: #10474E;
}
.BgClassName
{
background-color: #10474E;
}
</style>
border-color css
<style>
span { border-color: #10474E; }
span { border-color: rgb(16,71,78); }
td.TdClassName
{
border-color: #10474E;
}
.TagClassName
{
border-color: #10474E;
}
</style>