Shades of Sherpa Blue #044C54
Tints of Sherpa Blue #044C54
RGB
CMYK
RGB Variations
Color information
#044C54 (or 0x044C54) is known color: Sherpa Blue. HEX triplet: 04, 4C and 54. RGB value is (4,76,84). Sum of RGB (Red+Green+Blue) = 4+76+84=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #044C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C54 is #FBB3AB. Grayscale: #373737. Windows color (decimal): -16495532 or 5524484. OLE color: 5524484.
HSL color Cylindrical-coordinate representation of color #044C54: hue angle of 186º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044C54 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 76 | 84 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.67 |
| HSL | 186º | 0.91% | 0.17% | - |
| HSV(B) | 186º | 0.95% | 0.33% | - |
| XYZ | 4.23 | 5.83 | 9.29 | - |
| YUV | 55.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 84 | 0.95 | 0.10 | 0 | 0.67 | 186 | 0.91 | 0.17 |
| Hex | 4 | 4C | 54 | 5F | A | 0 | 43 | BA | 5B | 11 |
| Octal | 4 | 114 | 124 | 137 | 12 | 0 | 103 | 272 | 133 | 21 |
| Binary | 100 | 1001100 | 1010100 | 1011111 | 1010 | 0 | 1000011 | 10111010 | 1011011 | 10001 |
Color Harmonies of #044C54
Complementary color
Monochromatic Colors of #044C54
Black with #044C54
Text Example
Text Example
White with #044C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C54; }
p { color: rgb(4,76,84); }
H1.HeaderClassName
{
color: #044C54;
}
.AnyTagClassName
{
color: #044C54;
}
</style>
background-color css
<style>
a { background-color: #044C54; }
a { background-color: rgb(4,76,84); }
div.DivClassName
{
background-color: #044C54;
}
.BgClassName
{
background-color: #044C54;
}
</style>
border-color css
<style>
span { border-color: #044C54; }
span { border-color: rgb(4,76,84); }
td.TdClassName
{
border-color: #044C54;
}
.TagClassName
{
border-color: #044C54;
}
</style>