Shades of Sherpa Blue #084A4E
Tints of Sherpa Blue #084A4E
RGB
CMYK
RGB Variations
Color information
#084A4E (or 0x084A4E) is known color: Sherpa Blue. HEX triplet: 08, 4A and 4E. RGB value is (8,74,78). Sum of RGB (Red+Green+Blue) = 8+74+78=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #084A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A4E is #F7B5B1. Grayscale: #363636. Windows color (decimal): -16233906 or 5130760. OLE color: 5130760.
HSL color Cylindrical-coordinate representation of color #084A4E: hue angle of 183.43º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084A4E is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 74 | 78 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.69 |
| HSL | 183.43º | 0.81% | 0.17% | - |
| HSV(B) | 183.43º | 0.9% | 0.31% | - |
| XYZ | 3.92 | 5.5 | 8.06 | - |
| YUV | 54.72 | 141.13 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 78 | 0.90 | 0.05 | 0 | 0.69 | 183.43 | 0.81 | 0.17 |
| Hex | 8 | 4A | 4E | 5A | 5 | 0 | 45 | B7 | 51 | 11 |
| Octal | 10 | 112 | 116 | 132 | 5 | 0 | 105 | 267 | 121 | 21 |
| Binary | 1000 | 1001010 | 1001110 | 1011010 | 101 | 0 | 1000101 | 10110111 | 1010001 | 10001 |
Color Harmonies of #084A4E
Complementary color
Monochromatic Colors of #084A4E
Black with #084A4E
Text Example
Text Example
White with #084A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A4E; }
p { color: rgb(8,74,78); }
H1.HeaderClassName
{
color: #084A4E;
}
.AnyTagClassName
{
color: #084A4E;
}
</style>
background-color css
<style>
a { background-color: #084A4E; }
a { background-color: rgb(8,74,78); }
div.DivClassName
{
background-color: #084A4E;
}
.BgClassName
{
background-color: #084A4E;
}
</style>
border-color css
<style>
span { border-color: #084A4E; }
span { border-color: rgb(8,74,78); }
td.TdClassName
{
border-color: #084A4E;
}
.TagClassName
{
border-color: #084A4E;
}
</style>