Shades of Sherpa Blue #07474A
Tints of Sherpa Blue #07474A
RGB
CMYK
RGB Variations
Color information
#07474A (or 0x07474A) is known color: Sherpa Blue. HEX triplet: 07, 47 and 4A. RGB value is (7,71,74). Sum of RGB (Red+Green+Blue) = 7+71+74=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #07474A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07474A is #F8B8B5. Grayscale: #343434. Windows color (decimal): -16300214 or 4867847. OLE color: 4867847.
HSL color Cylindrical-coordinate representation of color #07474A: hue angle of 182.69º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07474A is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 71 | 74 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.71 |
| HSL | 182.69º | 0.83% | 0.16% | - |
| HSV(B) | 182.69º | 0.91% | 0.29% | - |
| XYZ | 3.58 | 5.05 | 7.26 | - |
| YUV | 52.21 | 140.3 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 74 | 0.91 | 0.04 | 0 | 0.71 | 182.69 | 0.83 | 0.16 |
| Hex | 7 | 47 | 4A | 5B | 4 | 0 | 47 | B7 | 53 | 10 |
| Octal | 7 | 107 | 112 | 133 | 4 | 0 | 107 | 267 | 123 | 20 |
| Binary | 111 | 1000111 | 1001010 | 1011011 | 100 | 0 | 1000111 | 10110111 | 1010011 | 10000 |
Color Harmonies of #07474A
Complementary color
Monochromatic Colors of #07474A
Black with #07474A
Text Example
Text Example
White with #07474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07474A; }
p { color: rgb(7,71,74); }
H1.HeaderClassName
{
color: #07474A;
}
.AnyTagClassName
{
color: #07474A;
}
</style>
background-color css
<style>
a { background-color: #07474A; }
a { background-color: rgb(7,71,74); }
div.DivClassName
{
background-color: #07474A;
}
.BgClassName
{
background-color: #07474A;
}
</style>
border-color css
<style>
span { border-color: #07474A; }
span { border-color: rgb(7,71,74); }
td.TdClassName
{
border-color: #07474A;
}
.TagClassName
{
border-color: #07474A;
}
</style>