Shades of Arapawa #164F66
Tints of Arapawa #164F66
RGB
CMYK
RGB Variations
Color information
#164F66 (or 0x164F66) is known color: Arapawa. HEX triplet: 16, 4F and 66. RGB value is (22,79,102). Sum of RGB (Red+Green+Blue) = 22+79+102=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #164F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164F66 is #E9B099. Grayscale: #404040. Windows color (decimal): -15315098 or 6704918. OLE color: 6704918.
HSL color Cylindrical-coordinate representation of color #164F66: hue angle of 197.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164F66 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 79 | 102 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.6 |
| HSL | 197.25º | 0.65% | 0.24% | - |
| HSV(B) | 197.25º | 0.78% | 0.4% | - |
| XYZ | 5.53 | 6.72 | 13.58 | - |
| YUV | 64.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 79 | 102 | 0.78 | 0.23 | 0 | 0.6 | 197.25 | 0.65 | 0.24 |
| Hex | 16 | 4F | 66 | 4E | 17 | 0 | 3C | C5 | 41 | 18 |
| Octal | 26 | 117 | 146 | 116 | 27 | 0 | 74 | 305 | 101 | 30 |
| Binary | 10110 | 1001111 | 1100110 | 1001110 | 10111 | 0 | 111100 | 11000101 | 1000001 | 11000 |
Color Harmonies of #164F66
Complementary color
Monochromatic Colors of #164F66
Black with #164F66
Text Example
Text Example
White with #164F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164F66; }
p { color: rgb(22,79,102); }
H1.HeaderClassName
{
color: #164F66;
}
.AnyTagClassName
{
color: #164F66;
}
</style>
background-color css
<style>
a { background-color: #164F66; }
a { background-color: rgb(22,79,102); }
div.DivClassName
{
background-color: #164F66;
}
.BgClassName
{
background-color: #164F66;
}
</style>
border-color css
<style>
span { border-color: #164F66; }
span { border-color: rgb(22,79,102); }
td.TdClassName
{
border-color: #164F66;
}
.TagClassName
{
border-color: #164F66;
}
</style>