Shades of Cyprus #10464F
Tints of Cyprus #10464F
RGB
CMYK
RGB Variations
Color information
#10464F (or 0x10464F) is known color: Cyprus. HEX triplet: 10, 46 and 4F. RGB value is (16,70,79). Sum of RGB (Red+Green+Blue) = 16+70+79=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 79 - color contains mainly: blue. Hex color #10464F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10464F is #EFB9B0. Grayscale: #363636. Windows color (decimal): -15710641 or 5195280. OLE color: 5195280.
HSL color Cylindrical-coordinate representation of color #10464F: hue angle of 188.57º 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 #10464F is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 70 | 79 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.69 |
| HSL | 188.57º | 0.66% | 0.19% | - |
| HSV(B) | 188.57º | 0.8% | 0.31% | - |
| XYZ | 3.82 | 5.05 | 8.17 | - |
| YUV | 54.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 79 | 0.80 | 0.11 | 0 | 0.69 | 188.57 | 0.66 | 0.19 |
| Hex | 10 | 46 | 4F | 50 | B | 0 | 45 | BD | 42 | 13 |
| Octal | 20 | 106 | 117 | 120 | 13 | 0 | 105 | 275 | 102 | 23 |
| Binary | 10000 | 1000110 | 1001111 | 1010000 | 1011 | 0 | 1000101 | 10111101 | 1000010 | 10011 |
Color Harmonies of #10464F
Complementary color
Monochromatic Colors of #10464F
Black with #10464F
Text Example
Text Example
White with #10464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10464F; }
p { color: rgb(16,70,79); }
H1.HeaderClassName
{
color: #10464F;
}
.AnyTagClassName
{
color: #10464F;
}
</style>
background-color css
<style>
a { background-color: #10464F; }
a { background-color: rgb(16,70,79); }
div.DivClassName
{
background-color: #10464F;
}
.BgClassName
{
background-color: #10464F;
}
</style>
border-color css
<style>
span { border-color: #10464F; }
span { border-color: rgb(16,70,79); }
td.TdClassName
{
border-color: #10464F;
}
.TagClassName
{
border-color: #10464F;
}
</style>