Shades of Sherpa Blue #084A4B
Tints of Sherpa Blue #084A4B
RGB
CMYK
RGB Variations
Color information
#084A4B (or 0x084A4B) is known color: Sherpa Blue. HEX triplet: 08, 4A and 4B. RGB value is (8,74,75). Sum of RGB (Red+Green+Blue) = 8+74+75=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #084A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A4B is #F7B5B4. Grayscale: #363636. Windows color (decimal): -16233909 or 4934152. OLE color: 4934152.
HSL color Cylindrical-coordinate representation of color #084A4B: hue angle of 180.9º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A4B is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 74 | 75 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.71 |
| HSL | 180.9º | 0.81% | 0.16% | - |
| HSV(B) | 180.9º | 0.89% | 0.29% | - |
| XYZ | 3.82 | 5.46 | 7.51 | - |
| YUV | 54.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 75 | 0.89 | 0.01 | 0 | 0.71 | 180.9 | 0.81 | 0.16 |
| Hex | 8 | 4A | 4B | 59 | 1 | 0 | 47 | B5 | 51 | 10 |
| Octal | 10 | 112 | 113 | 131 | 1 | 0 | 107 | 265 | 121 | 20 |
| Binary | 1000 | 1001010 | 1001011 | 1011001 | 1 | 0 | 1000111 | 10110101 | 1010001 | 10000 |
Color Harmonies of #084A4B
Complementary color
Monochromatic Colors of #084A4B
Black with #084A4B
Text Example
Text Example
White with #084A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A4B; }
p { color: rgb(8,74,75); }
H1.HeaderClassName
{
color: #084A4B;
}
.AnyTagClassName
{
color: #084A4B;
}
</style>
background-color css
<style>
a { background-color: #084A4B; }
a { background-color: rgb(8,74,75); }
div.DivClassName
{
background-color: #084A4B;
}
.BgClassName
{
background-color: #084A4B;
}
</style>
border-color css
<style>
span { border-color: #084A4B; }
span { border-color: rgb(8,74,75); }
td.TdClassName
{
border-color: #084A4B;
}
.TagClassName
{
border-color: #084A4B;
}
</style>