Shades of Cyprus #10474F
Tints of Cyprus #10474F
RGB
CMYK
RGB Variations
Color information
#10474F (or 0x10474F) is known color: Cyprus. HEX triplet: 10, 47 and 4F. RGB value is (16,71,79). Sum of RGB (Red+Green+Blue) = 16+71+79=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #10474F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10474F is #EFB8B0. Grayscale: #373737. Windows color (decimal): -15710385 or 5195536. OLE color: 5195536.
HSL color Cylindrical-coordinate representation of color #10474F: hue angle of 187.62º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10474F is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 71 | 79 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.69 |
| HSL | 187.62º | 0.66% | 0.19% | - |
| HSV(B) | 187.62º | 0.8% | 0.31% | - |
| XYZ | 3.88 | 5.18 | 8.19 | - |
| YUV | 55.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 79 | 0.80 | 0.10 | 0 | 0.69 | 187.62 | 0.66 | 0.19 |
| Hex | 10 | 47 | 4F | 50 | A | 0 | 45 | BC | 42 | 13 |
| Octal | 20 | 107 | 117 | 120 | 12 | 0 | 105 | 274 | 102 | 23 |
| Binary | 10000 | 1000111 | 1001111 | 1010000 | 1010 | 0 | 1000101 | 10111100 | 1000010 | 10011 |
Color Harmonies of #10474F
Complementary color
Monochromatic Colors of #10474F
Black with #10474F
Text Example
Text Example
White with #10474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10474F; }
p { color: rgb(16,71,79); }
H1.HeaderClassName
{
color: #10474F;
}
.AnyTagClassName
{
color: #10474F;
}
</style>
background-color css
<style>
a { background-color: #10474F; }
a { background-color: rgb(16,71,79); }
div.DivClassName
{
background-color: #10474F;
}
.BgClassName
{
background-color: #10474F;
}
</style>
border-color css
<style>
span { border-color: #10474F; }
span { border-color: rgb(16,71,79); }
td.TdClassName
{
border-color: #10474F;
}
.TagClassName
{
border-color: #10474F;
}
</style>