Shades of Sherpa Blue #073946
Tints of Sherpa Blue #073946
RGB
CMYK
RGB Variations
Color information
#073946 (or 0x073946) is known color: Sherpa Blue. HEX triplet: 07, 39 and 46. RGB value is (7,57,70). Sum of RGB (Red+Green+Blue) = 7+57+70=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 70 (27.73% from 255 or 52.24% from 134); Max value from RGB is 70 - color contains mainly: blue. Hex color #073946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073946 is #F8C6B9. Grayscale: #2B2B2B. Windows color (decimal): -16303802 or 4602119. OLE color: 4602119.
HSL color Cylindrical-coordinate representation of color #073946: hue angle of 192.38º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073946 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 57 | 70 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.73 |
| HSL | 192.38º | 0.82% | 0.15% | - |
| HSV(B) | 192.38º | 0.9% | 0.27% | - |
| XYZ | 2.66 | 3.41 | 6.31 | - |
| YUV | 43.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 70 | 0.90 | 0.19 | 0 | 0.73 | 192.38 | 0.82 | 0.15 |
| Hex | 7 | 39 | 46 | 5A | 13 | 0 | 49 | C0 | 52 | F |
| Octal | 7 | 71 | 106 | 132 | 23 | 0 | 111 | 300 | 122 | 17 |
| Binary | 111 | 111001 | 1000110 | 1011010 | 10011 | 0 | 1001001 | 11000000 | 1010010 | 1111 |
Color Harmonies of #073946
Complementary color
Monochromatic Colors of #073946
Black with #073946
Text Example
Text Example
White with #073946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073946; }
p { color: rgb(7,57,70); }
H1.HeaderClassName
{
color: #073946;
}
.AnyTagClassName
{
color: #073946;
}
</style>
background-color css
<style>
a { background-color: #073946; }
a { background-color: rgb(7,57,70); }
div.DivClassName
{
background-color: #073946;
}
.BgClassName
{
background-color: #073946;
}
</style>
border-color css
<style>
span { border-color: #073946; }
span { border-color: rgb(7,57,70); }
td.TdClassName
{
border-color: #073946;
}
.TagClassName
{
border-color: #073946;
}
</style>