Shades of Sherpa Blue #004448
Tints of Sherpa Blue #004448
RGB
CMYK
RGB Variations
Color information
#004448 (or 0x004448) is known color: Sherpa Blue. HEX triplet: 00, 44 and 48. RGB value is (0,68,72). Sum of RGB (Red+Green+Blue) = 0+68+72=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #004448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004448 is #FFBBB7. Grayscale: #303030. Windows color (decimal): -16759736 or 4736000. OLE color: 4736000.
HSL color Cylindrical-coordinate representation of color #004448: hue angle of 183.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004448 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 68 | 72 | - |
| CMYK | 1 | 0.06 | 0 | 0.72 |
| HSL | 183.33º | 1% | 0.14% | - |
| HSV(B) | 183.33º | 1% | 0.28% | - |
| XYZ | 3.24 | 4.6 | 6.85 | - |
| YUV | 48.12 | 141.47 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 72 | 1 | 0.06 | 0 | 0.72 | 183.33 | 1 | 0.14 |
| Hex | 0 | 44 | 48 | 64 | 6 | 0 | 48 | B7 | 64 | E |
| Octal | 0 | 104 | 110 | 144 | 6 | 0 | 110 | 267 | 144 | 16 |
| Binary | 0 | 1000100 | 1001000 | 1100100 | 110 | 0 | 1001000 | 10110111 | 1100100 | 1110 |
Color Harmonies of #004448
Complementary color
Monochromatic Colors of #004448
Black with #004448
Text Example
Text Example
White with #004448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004448; }
p { color: rgb(0,68,72); }
H1.HeaderClassName
{
color: #004448;
}
.AnyTagClassName
{
color: #004448;
}
</style>
background-color css
<style>
a { background-color: #004448; }
a { background-color: rgb(0,68,72); }
div.DivClassName
{
background-color: #004448;
}
.BgClassName
{
background-color: #004448;
}
</style>
border-color css
<style>
span { border-color: #004448; }
span { border-color: rgb(0,68,72); }
td.TdClassName
{
border-color: #004448;
}
.TagClassName
{
border-color: #004448;
}
</style>