Shades of Sherpa Blue #07474B
Tints of Sherpa Blue #07474B
RGB
CMYK
RGB Variations
Color information
#07474B (or 0x07474B) is known color: Sherpa Blue. HEX triplet: 07, 47 and 4B. RGB value is (7,71,75). Sum of RGB (Red+Green+Blue) = 7+71+75=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #07474B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07474B is #F8B8B4. Grayscale: #343434. Windows color (decimal): -16300213 or 4933383. OLE color: 4933383.
HSL color Cylindrical-coordinate representation of color #07474B: hue angle of 183.53º 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 #07474B is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 71 | 75 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.71 |
| HSL | 183.53º | 0.83% | 0.16% | - |
| HSV(B) | 183.53º | 0.91% | 0.29% | - |
| XYZ | 3.61 | 5.06 | 7.44 | - |
| YUV | 52.32 | 140.8 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 75 | 0.91 | 0.05 | 0 | 0.71 | 183.53 | 0.83 | 0.16 |
| Hex | 7 | 47 | 4B | 5B | 5 | 0 | 47 | B8 | 53 | 10 |
| Octal | 7 | 107 | 113 | 133 | 5 | 0 | 107 | 270 | 123 | 20 |
| Binary | 111 | 1000111 | 1001011 | 1011011 | 101 | 0 | 1000111 | 10111000 | 1010011 | 10000 |
Color Harmonies of #07474B
Complementary color
Monochromatic Colors of #07474B
Black with #07474B
Text Example
Text Example
White with #07474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07474B; }
p { color: rgb(7,71,75); }
H1.HeaderClassName
{
color: #07474B;
}
.AnyTagClassName
{
color: #07474B;
}
</style>
background-color css
<style>
a { background-color: #07474B; }
a { background-color: rgb(7,71,75); }
div.DivClassName
{
background-color: #07474B;
}
.BgClassName
{
background-color: #07474B;
}
</style>
border-color css
<style>
span { border-color: #07474B; }
span { border-color: rgb(7,71,75); }
td.TdClassName
{
border-color: #07474B;
}
.TagClassName
{
border-color: #07474B;
}
</style>