Shades of Cyprus #10464C
Tints of Cyprus #10464C
RGB
CMYK
RGB Variations
Color information
#10464C (or 0x10464C) is known color: Cyprus. HEX triplet: 10, 46 and 4C. RGB value is (16,70,76). Sum of RGB (Red+Green+Blue) = 16+70+76=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #10464C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10464C is #EFB9B3. Grayscale: #363636. Windows color (decimal): -15710644 or 4998672. OLE color: 4998672.
HSL color Cylindrical-coordinate representation of color #10464C: hue angle of 186º 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 #10464C is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 70 | 76 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.70 |
| HSL | 186º | 0.65% | 0.18% | - |
| HSV(B) | 186º | 0.79% | 0.3% | - |
| XYZ | 3.71 | 5.01 | 7.61 | - |
| YUV | 54.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 76 | 0.79 | 0.08 | 0 | 0.70 | 186 | 0.65 | 0.18 |
| Hex | 10 | 46 | 4C | 4F | 8 | 0 | 46 | BA | 41 | 12 |
| Octal | 20 | 106 | 114 | 117 | 10 | 0 | 106 | 272 | 101 | 22 |
| Binary | 10000 | 1000110 | 1001100 | 1001111 | 1000 | 0 | 1000110 | 10111010 | 1000001 | 10010 |
Color Harmonies of #10464C
Complementary color
Monochromatic Colors of #10464C
Black with #10464C
Text Example
Text Example
White with #10464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10464C; }
p { color: rgb(16,70,76); }
H1.HeaderClassName
{
color: #10464C;
}
.AnyTagClassName
{
color: #10464C;
}
</style>
background-color css
<style>
a { background-color: #10464C; }
a { background-color: rgb(16,70,76); }
div.DivClassName
{
background-color: #10464C;
}
.BgClassName
{
background-color: #10464C;
}
</style>
border-color css
<style>
span { border-color: #10464C; }
span { border-color: rgb(16,70,76); }
td.TdClassName
{
border-color: #10464C;
}
.TagClassName
{
border-color: #10464C;
}
</style>