Shades of Sherpa Blue #09484E
Tints of Sherpa Blue #09484E
RGB
CMYK
RGB Variations
Color information
#09484E (or 0x09484E) is known color: Sherpa Blue. HEX triplet: 09, 48 and 4E. RGB value is (9,72,78). Sum of RGB (Red+Green+Blue) = 9+72+78=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #09484E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09484E is #F6B7B1. Grayscale: #353535. Windows color (decimal): -16168882 or 5130249. OLE color: 5130249.
HSL color Cylindrical-coordinate representation of color #09484E: hue angle of 185.22º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09484E is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 72 | 78 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.69 |
| HSL | 185.22º | 0.79% | 0.17% | - |
| HSV(B) | 185.22º | 0.88% | 0.31% | - |
| XYZ | 3.81 | 5.24 | 8.02 | - |
| YUV | 53.85 | 141.63 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 78 | 0.88 | 0.08 | 0 | 0.69 | 185.22 | 0.79 | 0.17 |
| Hex | 9 | 48 | 4E | 58 | 8 | 0 | 45 | B9 | 4F | 11 |
| Octal | 11 | 110 | 116 | 130 | 10 | 0 | 105 | 271 | 117 | 21 |
| Binary | 1001 | 1001000 | 1001110 | 1011000 | 1000 | 0 | 1000101 | 10111001 | 1001111 | 10001 |
Color Harmonies of #09484E
Complementary color
Monochromatic Colors of #09484E
Black with #09484E
Text Example
Text Example
White with #09484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09484E; }
p { color: rgb(9,72,78); }
H1.HeaderClassName
{
color: #09484E;
}
.AnyTagClassName
{
color: #09484E;
}
</style>
background-color css
<style>
a { background-color: #09484E; }
a { background-color: rgb(9,72,78); }
div.DivClassName
{
background-color: #09484E;
}
.BgClassName
{
background-color: #09484E;
}
</style>
border-color css
<style>
span { border-color: #09484E; }
span { border-color: rgb(9,72,78); }
td.TdClassName
{
border-color: #09484E;
}
.TagClassName
{
border-color: #09484E;
}
</style>