Shades of Sherpa Blue #074147
Tints of Sherpa Blue #074147
RGB
CMYK
RGB Variations
Color information
#074147 (or 0x074147) is known color: Sherpa Blue. HEX triplet: 07, 41 and 47. RGB value is (7,65,71). Sum of RGB (Red+Green+Blue) = 7+65+71=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #074147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074147 is #F8BEB8. Grayscale: #303030. Windows color (decimal): -16301753 or 4669703. OLE color: 4669703.
HSL color Cylindrical-coordinate representation of color #074147: hue angle of 185.62º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074147 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 65 | 71 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.72 |
| HSL | 185.63º | 0.82% | 0.15% | - |
| HSV(B) | 185.63º | 0.9% | 0.28% | - |
| XYZ | 3.12 | 4.28 | 6.62 | - |
| YUV | 48.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 71 | 0.90 | 0.08 | 0 | 0.72 | 185.63 | 0.82 | 0.15 |
| Hex | 7 | 41 | 47 | 5A | 8 | 0 | 48 | BA | 52 | F |
| Octal | 7 | 101 | 107 | 132 | 10 | 0 | 110 | 272 | 122 | 17 |
| Binary | 111 | 1000001 | 1000111 | 1011010 | 1000 | 0 | 1001000 | 10111010 | 1010010 | 1111 |
Color Harmonies of #074147
Complementary color
Monochromatic Colors of #074147
Black with #074147
Text Example
Text Example
White with #074147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074147; }
p { color: rgb(7,65,71); }
H1.HeaderClassName
{
color: #074147;
}
.AnyTagClassName
{
color: #074147;
}
</style>
background-color css
<style>
a { background-color: #074147; }
a { background-color: rgb(7,65,71); }
div.DivClassName
{
background-color: #074147;
}
.BgClassName
{
background-color: #074147;
}
</style>
border-color css
<style>
span { border-color: #074147; }
span { border-color: rgb(7,65,71); }
td.TdClassName
{
border-color: #074147;
}
.TagClassName
{
border-color: #074147;
}
</style>