Shades of Sherpa Blue #04444A
Tints of Sherpa Blue #04444A
RGB
CMYK
RGB Variations
Color information
#04444A (or 0x04444A) is known color: Sherpa Blue. HEX triplet: 04, 44 and 4A. RGB value is (4,68,74). Sum of RGB (Red+Green+Blue) = 4+68+74=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #04444A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04444A is #FBBBB5. Grayscale: #313131. Windows color (decimal): -16497590 or 4867076. OLE color: 4867076.
HSL color Cylindrical-coordinate representation of color #04444A: hue angle of 185.14º 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 #04444A is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 68 | 74 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.71 |
| HSL | 185.14º | 0.9% | 0.15% | - |
| HSV(B) | 185.14º | 0.95% | 0.29% | - |
| XYZ | 3.35 | 4.65 | 7.2 | - |
| YUV | 49.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 74 | 0.95 | 0.08 | 0 | 0.71 | 185.14 | 0.9 | 0.15 |
| Hex | 4 | 44 | 4A | 5F | 8 | 0 | 47 | B9 | 5A | F |
| Octal | 4 | 104 | 112 | 137 | 10 | 0 | 107 | 271 | 132 | 17 |
| Binary | 100 | 1000100 | 1001010 | 1011111 | 1000 | 0 | 1000111 | 10111001 | 1011010 | 1111 |
Color Harmonies of #04444A
Complementary color
Monochromatic Colors of #04444A
Black with #04444A
Text Example
Text Example
White with #04444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04444A; }
p { color: rgb(4,68,74); }
H1.HeaderClassName
{
color: #04444A;
}
.AnyTagClassName
{
color: #04444A;
}
</style>
background-color css
<style>
a { background-color: #04444A; }
a { background-color: rgb(4,68,74); }
div.DivClassName
{
background-color: #04444A;
}
.BgClassName
{
background-color: #04444A;
}
</style>
border-color css
<style>
span { border-color: #04444A; }
span { border-color: rgb(4,68,74); }
td.TdClassName
{
border-color: #04444A;
}
.TagClassName
{
border-color: #04444A;
}
</style>