Shades of Sherpa Blue #07484E
Tints of Sherpa Blue #07484E
RGB
CMYK
RGB Variations
Color information
#07484E (or 0x07484E) is known color: Sherpa Blue. HEX triplet: 07, 48 and 4E. RGB value is (7,72,78). Sum of RGB (Red+Green+Blue) = 7+72+78=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #07484E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07484E is #F8B7B1. Grayscale: #353535. Windows color (decimal): -16299954 or 5130247. OLE color: 5130247.
HSL color Cylindrical-coordinate representation of color #07484E: hue angle of 185.07º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07484E is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 72 | 78 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.69 |
| HSL | 185.07º | 0.84% | 0.17% | - |
| HSV(B) | 185.07º | 0.91% | 0.31% | - |
| XYZ | 3.78 | 5.23 | 8.02 | - |
| YUV | 53.25 | 141.97 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 78 | 0.91 | 0.08 | 0 | 0.69 | 185.07 | 0.84 | 0.17 |
| Hex | 7 | 48 | 4E | 5B | 8 | 0 | 45 | B9 | 54 | 11 |
| Octal | 7 | 110 | 116 | 133 | 10 | 0 | 105 | 271 | 124 | 21 |
| Binary | 111 | 1001000 | 1001110 | 1011011 | 1000 | 0 | 1000101 | 10111001 | 1010100 | 10001 |
Color Harmonies of #07484E
Complementary color
Monochromatic Colors of #07484E
Black with #07484E
Text Example
Text Example
White with #07484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07484E; }
p { color: rgb(7,72,78); }
H1.HeaderClassName
{
color: #07484E;
}
.AnyTagClassName
{
color: #07484E;
}
</style>
background-color css
<style>
a { background-color: #07484E; }
a { background-color: rgb(7,72,78); }
div.DivClassName
{
background-color: #07484E;
}
.BgClassName
{
background-color: #07484E;
}
</style>
border-color css
<style>
span { border-color: #07484E; }
span { border-color: rgb(7,72,78); }
td.TdClassName
{
border-color: #07484E;
}
.TagClassName
{
border-color: #07484E;
}
</style>