Shades of Cyprus #10474C
Tints of Cyprus #10474C
RGB
CMYK
RGB Variations
Color information
#10474C (or 0x10474C) is known color: Cyprus. HEX triplet: 10, 47 and 4C. RGB value is (16,71,76). Sum of RGB (Red+Green+Blue) = 16+71+76=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #10474C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10474C is #EFB8B3. Grayscale: #373737. Windows color (decimal): -15710388 or 4998928. OLE color: 4998928.
HSL color Cylindrical-coordinate representation of color #10474C: hue angle of 185º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10474C is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 71 | 76 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.70 |
| HSL | 185º | 0.65% | 0.18% | - |
| HSV(B) | 185º | 0.79% | 0.3% | - |
| XYZ | 3.77 | 5.14 | 7.63 | - |
| YUV | 55.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 76 | 0.79 | 0.07 | 0 | 0.70 | 185 | 0.65 | 0.18 |
| Hex | 10 | 47 | 4C | 4F | 7 | 0 | 46 | B9 | 41 | 12 |
| Octal | 20 | 107 | 114 | 117 | 7 | 0 | 106 | 271 | 101 | 22 |
| Binary | 10000 | 1000111 | 1001100 | 1001111 | 111 | 0 | 1000110 | 10111001 | 1000001 | 10010 |
Color Harmonies of #10474C
Complementary color
Monochromatic Colors of #10474C
Black with #10474C
Text Example
Text Example
White with #10474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10474C; }
p { color: rgb(16,71,76); }
H1.HeaderClassName
{
color: #10474C;
}
.AnyTagClassName
{
color: #10474C;
}
</style>
background-color css
<style>
a { background-color: #10474C; }
a { background-color: rgb(16,71,76); }
div.DivClassName
{
background-color: #10474C;
}
.BgClassName
{
background-color: #10474C;
}
</style>
border-color css
<style>
span { border-color: #10474C; }
span { border-color: rgb(16,71,76); }
td.TdClassName
{
border-color: #10474C;
}
.TagClassName
{
border-color: #10474C;
}
</style>