Shades of Sherpa Blue #004449
Tints of Sherpa Blue #004449
RGB
CMYK
RGB Variations
Color information
#004449 (or 0x004449) is known color: Sherpa Blue. HEX triplet: 00, 44 and 49. RGB value is (0,68,73). Sum of RGB (Red+Green+Blue) = 0+68+73=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #004449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004449 is #FFBBB6. Grayscale: #303030. Windows color (decimal): -16759735 or 4801536. OLE color: 4801536.
HSL color Cylindrical-coordinate representation of color #004449: hue angle of 184.11º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004449 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 68 | 73 | - |
| CMYK | 1 | 0.07 | 0 | 0.71 |
| HSL | 184.11º | 1% | 0.14% | - |
| HSV(B) | 184.11º | 1% | 0.29% | - |
| XYZ | 3.27 | 4.62 | 7.02 | - |
| YUV | 48.24 | 141.97 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 73 | 1 | 0.07 | 0 | 0.71 | 184.11 | 1 | 0.14 |
| Hex | 0 | 44 | 49 | 64 | 7 | 0 | 47 | B8 | 64 | E |
| Octal | 0 | 104 | 111 | 144 | 7 | 0 | 107 | 270 | 144 | 16 |
| Binary | 0 | 1000100 | 1001001 | 1100100 | 111 | 0 | 1000111 | 10111000 | 1100100 | 1110 |
Color Harmonies of #004449
Complementary color
Monochromatic Colors of #004449
Black with #004449
Text Example
Text Example
White with #004449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004449; }
p { color: rgb(0,68,73); }
H1.HeaderClassName
{
color: #004449;
}
.AnyTagClassName
{
color: #004449;
}
</style>
background-color css
<style>
a { background-color: #004449; }
a { background-color: rgb(0,68,73); }
div.DivClassName
{
background-color: #004449;
}
.BgClassName
{
background-color: #004449;
}
</style>
border-color css
<style>
span { border-color: #004449; }
span { border-color: rgb(0,68,73); }
td.TdClassName
{
border-color: #004449;
}
.TagClassName
{
border-color: #004449;
}
</style>