Shades of Sherpa Blue #07494C
Tints of Sherpa Blue #07494C
RGB
CMYK
RGB Variations
Color information
#07494C (or 0x07494C) is known color: Sherpa Blue. HEX triplet: 07, 49 and 4C. RGB value is (7,73,76). Sum of RGB (Red+Green+Blue) = 7+73+76=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #07494C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07494C is #F8B6B3. Grayscale: #353535. Windows color (decimal): -16299700 or 4999431. OLE color: 4999431.
HSL color Cylindrical-coordinate representation of color #07494C: hue angle of 182.61º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07494C is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 73 | 76 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.70 |
| HSL | 182.61º | 0.83% | 0.16% | - |
| HSV(B) | 182.61º | 0.91% | 0.3% | - |
| XYZ | 3.77 | 5.33 | 7.67 | - |
| YUV | 53.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 76 | 0.91 | 0.04 | 0 | 0.70 | 182.61 | 0.83 | 0.16 |
| Hex | 7 | 49 | 4C | 5B | 4 | 0 | 46 | B7 | 53 | 10 |
| Octal | 7 | 111 | 114 | 133 | 4 | 0 | 106 | 267 | 123 | 20 |
| Binary | 111 | 1001001 | 1001100 | 1011011 | 100 | 0 | 1000110 | 10110111 | 1010011 | 10000 |
Color Harmonies of #07494C
Complementary color
Monochromatic Colors of #07494C
Black with #07494C
Text Example
Text Example
White with #07494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07494C; }
p { color: rgb(7,73,76); }
H1.HeaderClassName
{
color: #07494C;
}
.AnyTagClassName
{
color: #07494C;
}
</style>
background-color css
<style>
a { background-color: #07494C; }
a { background-color: rgb(7,73,76); }
div.DivClassName
{
background-color: #07494C;
}
.BgClassName
{
background-color: #07494C;
}
</style>
border-color css
<style>
span { border-color: #07494C; }
span { border-color: rgb(7,73,76); }
td.TdClassName
{
border-color: #07494C;
}
.TagClassName
{
border-color: #07494C;
}
</style>