Shades of Cyprus #104A4D
Tints of Cyprus #104A4D
RGB
CMYK
RGB Variations
Color information
#104A4D (or 0x104A4D) is known color: Cyprus. HEX triplet: 10, 4A and 4D. RGB value is (16,74,77). Sum of RGB (Red+Green+Blue) = 16+74+77=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #104A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A4D is #EFB5B2. Grayscale: #383838. Windows color (decimal): -15709619 or 5065232. OLE color: 5065232.
HSL color Cylindrical-coordinate representation of color #104A4D: hue angle of 182.95º degrees, saturation: 0.66, 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 #104A4D is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 74 | 77 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.70 |
| HSL | 182.95º | 0.66% | 0.18% | - |
| HSV(B) | 182.95º | 0.79% | 0.3% | - |
| XYZ | 4 | 5.54 | 7.88 | - |
| YUV | 57 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 77 | 0.79 | 0.04 | 0 | 0.70 | 182.95 | 0.66 | 0.18 |
| Hex | 10 | 4A | 4D | 4F | 4 | 0 | 46 | B7 | 42 | 12 |
| Octal | 20 | 112 | 115 | 117 | 4 | 0 | 106 | 267 | 102 | 22 |
| Binary | 10000 | 1001010 | 1001101 | 1001111 | 100 | 0 | 1000110 | 10110111 | 1000010 | 10010 |
Color Harmonies of #104A4D
Complementary color
Monochromatic Colors of #104A4D
Black with #104A4D
Text Example
Text Example
White with #104A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A4D; }
p { color: rgb(16,74,77); }
H1.HeaderClassName
{
color: #104A4D;
}
.AnyTagClassName
{
color: #104A4D;
}
</style>
background-color css
<style>
a { background-color: #104A4D; }
a { background-color: rgb(16,74,77); }
div.DivClassName
{
background-color: #104A4D;
}
.BgClassName
{
background-color: #104A4D;
}
</style>
border-color css
<style>
span { border-color: #104A4D; }
span { border-color: rgb(16,74,77); }
td.TdClassName
{
border-color: #104A4D;
}
.TagClassName
{
border-color: #104A4D;
}
</style>