Shades of Sherpa Blue #04484E
Tints of Sherpa Blue #04484E
RGB
CMYK
RGB Variations
Color information
#04484E (or 0x04484E) is known color: Sherpa Blue. HEX triplet: 04, 48 and 4E. RGB value is (4,72,78). Sum of RGB (Red+Green+Blue) = 4+72+78=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #04484E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04484E is #FBB7B1. Grayscale: #343434. Windows color (decimal): -16496562 or 5130244. OLE color: 5130244.
HSL color Cylindrical-coordinate representation of color #04484E: hue angle of 184.86º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04484E is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 72 | 78 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.69 |
| HSL | 184.86º | 0.9% | 0.16% | - |
| HSV(B) | 184.86º | 0.95% | 0.31% | - |
| XYZ | 3.74 | 5.21 | 8.02 | - |
| YUV | 52.35 | 142.47 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 78 | 0.95 | 0.08 | 0 | 0.69 | 184.86 | 0.9 | 0.16 |
| Hex | 4 | 48 | 4E | 5F | 8 | 0 | 45 | B9 | 5A | 10 |
| Octal | 4 | 110 | 116 | 137 | 10 | 0 | 105 | 271 | 132 | 20 |
| Binary | 100 | 1001000 | 1001110 | 1011111 | 1000 | 0 | 1000101 | 10111001 | 1011010 | 10000 |
Color Harmonies of #04484E
Complementary color
Monochromatic Colors of #04484E
Black with #04484E
Text Example
Text Example
White with #04484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04484E; }
p { color: rgb(4,72,78); }
H1.HeaderClassName
{
color: #04484E;
}
.AnyTagClassName
{
color: #04484E;
}
</style>
background-color css
<style>
a { background-color: #04484E; }
a { background-color: rgb(4,72,78); }
div.DivClassName
{
background-color: #04484E;
}
.BgClassName
{
background-color: #04484E;
}
</style>
border-color css
<style>
span { border-color: #04484E; }
span { border-color: rgb(4,72,78); }
td.TdClassName
{
border-color: #04484E;
}
.TagClassName
{
border-color: #04484E;
}
</style>