Shades of Puerto Rico #4AA799
Tints of Puerto Rico #4AA799
RGB
CMYK
RGB Variations
Color information
#4AA799 (or 0x4AA799) is known color: Puerto Rico. HEX triplet: 4A, A7 and 99. RGB value is (74,167,153). Sum of RGB (Red+Green+Blue) = 74+167+153=394 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.78% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 167 - color contains mainly: green. Hex color #4AA799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA799 is #B55866. Grayscale: #898989. Windows color (decimal): -11884647 or 10069834. OLE color: 10069834.
HSL color Cylindrical-coordinate representation of color #4AA799: hue angle of 170.97º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AA799 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 167 | 153 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.35 |
| HSL | 170.97º | 0.39% | 0.47% | - |
| HSV(B) | 170.97º | 0.56% | 0.65% | - |
| XYZ | 22.39 | 31.39 | 35.02 | - |
| YUV | 137.6 | 136.69 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 167 | 153 | 0.56 | 0 | 0.08 | 0.35 | 170.97 | 0.39 | 0.47 |
| Hex | 4A | A7 | 99 | 38 | 0 | 8 | 23 | AB | 27 | 2F |
| Octal | 112 | 247 | 231 | 70 | 0 | 10 | 43 | 253 | 47 | 57 |
| Binary | 1001010 | 10100111 | 10011001 | 111000 | 0 | 1000 | 100011 | 10101011 | 100111 | 101111 |
Color Harmonies of #4AA799
Complementary color
Monochromatic Colors of #4AA799
Black with #4AA799
Text Example
Text Example
White with #4AA799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA799; }
p { color: rgb(74,167,153); }
H1.HeaderClassName
{
color: #4AA799;
}
.AnyTagClassName
{
color: #4AA799;
}
</style>
background-color css
<style>
a { background-color: #4AA799; }
a { background-color: rgb(74,167,153); }
div.DivClassName
{
background-color: #4AA799;
}
.BgClassName
{
background-color: #4AA799;
}
</style>
border-color css
<style>
span { border-color: #4AA799; }
span { border-color: rgb(74,167,153); }
td.TdClassName
{
border-color: #4AA799;
}
.TagClassName
{
border-color: #4AA799;
}
</style>