Shades of Sherpa Blue #04484A
Tints of Sherpa Blue #04484A
RGB
CMYK
RGB Variations
Color information
#04484A (or 0x04484A) is known color: Sherpa Blue. HEX triplet: 04, 48 and 4A. RGB value is (4,72,74). Sum of RGB (Red+Green+Blue) = 4+72+74=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #04484A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04484A is #FBB7B5. Grayscale: #333333. Windows color (decimal): -16496566 or 4868100. OLE color: 4868100.
HSL color Cylindrical-coordinate representation of color #04484A: hue angle of 181.71º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04484A is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 72 | 74 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.71 |
| HSL | 181.71º | 0.9% | 0.15% | - |
| HSV(B) | 181.71º | 0.95% | 0.29% | - |
| XYZ | 3.6 | 5.15 | 7.28 | - |
| YUV | 51.9 | 140.47 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 74 | 0.95 | 0.03 | 0 | 0.71 | 181.71 | 0.9 | 0.15 |
| Hex | 4 | 48 | 4A | 5F | 3 | 0 | 47 | B6 | 5A | F |
| Octal | 4 | 110 | 112 | 137 | 3 | 0 | 107 | 266 | 132 | 17 |
| Binary | 100 | 1001000 | 1001010 | 1011111 | 11 | 0 | 1000111 | 10110110 | 1011010 | 1111 |
Color Harmonies of #04484A
Complementary color
Monochromatic Colors of #04484A
Black with #04484A
Text Example
Text Example
White with #04484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04484A; }
p { color: rgb(4,72,74); }
H1.HeaderClassName
{
color: #04484A;
}
.AnyTagClassName
{
color: #04484A;
}
</style>
background-color css
<style>
a { background-color: #04484A; }
a { background-color: rgb(4,72,74); }
div.DivClassName
{
background-color: #04484A;
}
.BgClassName
{
background-color: #04484A;
}
</style>
border-color css
<style>
span { border-color: #04484A; }
span { border-color: rgb(4,72,74); }
td.TdClassName
{
border-color: #04484A;
}
.TagClassName
{
border-color: #04484A;
}
</style>