Shades of Sherpa Blue #044B4C
Tints of Sherpa Blue #044B4C
RGB
CMYK
RGB Variations
Color information
#044B4C (or 0x044B4C) is known color: Sherpa Blue. HEX triplet: 04, 4B and 4C. RGB value is (4,75,76). Sum of RGB (Red+Green+Blue) = 4+75+76=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #044B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044B4C is #FBB4B3. Grayscale: #353535. Windows color (decimal): -16495796 or 4999940. OLE color: 4999940.
HSL color Cylindrical-coordinate representation of color #044B4C: hue angle of 180.83º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044B4C is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 75 | 76 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.70 |
| HSL | 180.83º | 0.9% | 0.16% | - |
| HSV(B) | 180.83º | 0.95% | 0.3% | - |
| XYZ | 3.87 | 5.58 | 7.71 | - |
| YUV | 53.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 76 | 0.95 | 0.01 | 0 | 0.70 | 180.83 | 0.9 | 0.16 |
| Hex | 4 | 4B | 4C | 5F | 1 | 0 | 46 | B5 | 5A | 10 |
| Octal | 4 | 113 | 114 | 137 | 1 | 0 | 106 | 265 | 132 | 20 |
| Binary | 100 | 1001011 | 1001100 | 1011111 | 1 | 0 | 1000110 | 10110101 | 1011010 | 10000 |
Color Harmonies of #044B4C
Complementary color
Monochromatic Colors of #044B4C
Black with #044B4C
Text Example
Text Example
White with #044B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044B4C; }
p { color: rgb(4,75,76); }
H1.HeaderClassName
{
color: #044B4C;
}
.AnyTagClassName
{
color: #044B4C;
}
</style>
background-color css
<style>
a { background-color: #044B4C; }
a { background-color: rgb(4,75,76); }
div.DivClassName
{
background-color: #044B4C;
}
.BgClassName
{
background-color: #044B4C;
}
</style>
border-color css
<style>
span { border-color: #044B4C; }
span { border-color: rgb(4,75,76); }
td.TdClassName
{
border-color: #044B4C;
}
.TagClassName
{
border-color: #044B4C;
}
</style>