Shades of Cyprus #164B4C
Tints of Cyprus #164B4C
RGB
CMYK
RGB Variations
Color information
#164B4C (or 0x164B4C) is known color: Cyprus. HEX triplet: 16, 4B and 4C. RGB value is (22,75,76). Sum of RGB (Red+Green+Blue) = 22+75+76=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #164B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B4C is #E9B4B3. Grayscale: #3B3B3B. Windows color (decimal): -15316148 or 4999958. OLE color: 4999958.
HSL color Cylindrical-coordinate representation of color #164B4C: hue angle of 181.11º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164B4C is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 75 | 76 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.70 |
| HSL | 181.11º | 0.55% | 0.19% | - |
| HSV(B) | 181.11º | 0.71% | 0.3% | - |
| XYZ | 4.15 | 5.72 | 7.72 | - |
| YUV | 59.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 76 | 0.71 | 0.01 | 0 | 0.70 | 181.11 | 0.55 | 0.19 |
| Hex | 16 | 4B | 4C | 47 | 1 | 0 | 46 | B5 | 37 | 13 |
| Octal | 26 | 113 | 114 | 107 | 1 | 0 | 106 | 265 | 67 | 23 |
| Binary | 10110 | 1001011 | 1001100 | 1000111 | 1 | 0 | 1000110 | 10110101 | 110111 | 10011 |
Color Harmonies of #164B4C
Complementary color
Monochromatic Colors of #164B4C
Black with #164B4C
Text Example
Text Example
White with #164B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164B4C; }
p { color: rgb(22,75,76); }
H1.HeaderClassName
{
color: #164B4C;
}
.AnyTagClassName
{
color: #164B4C;
}
</style>
background-color css
<style>
a { background-color: #164B4C; }
a { background-color: rgb(22,75,76); }
div.DivClassName
{
background-color: #164B4C;
}
.BgClassName
{
background-color: #164B4C;
}
</style>
border-color css
<style>
span { border-color: #164B4C; }
span { border-color: rgb(22,75,76); }
td.TdClassName
{
border-color: #164B4C;
}
.TagClassName
{
border-color: #164B4C;
}
</style>