Shades of Sherpa Blue #07484A
Tints of Sherpa Blue #07484A
RGB
CMYK
RGB Variations
Color information
#07484A (or 0x07484A) is known color: Sherpa Blue. HEX triplet: 07, 48 and 4A. RGB value is (7,72,74). Sum of RGB (Red+Green+Blue) = 7+72+74=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 74 (29.30% from 255 or 48.37% from 153); Max value from RGB is 74 - color contains mainly: blue. Hex color #07484A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07484A is #F8B7B5. Grayscale: #343434. Windows color (decimal): -16299958 or 4868103. OLE color: 4868103.
HSL color Cylindrical-coordinate representation of color #07484A: hue angle of 181.79º 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 #07484A is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 72 | 74 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.71 |
| HSL | 181.79º | 0.83% | 0.16% | - |
| HSV(B) | 181.79º | 0.91% | 0.29% | - |
| XYZ | 3.64 | 5.17 | 7.29 | - |
| YUV | 52.79 | 139.97 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 74 | 0.91 | 0.03 | 0 | 0.71 | 181.79 | 0.83 | 0.16 |
| Hex | 7 | 48 | 4A | 5B | 3 | 0 | 47 | B6 | 53 | 10 |
| Octal | 7 | 110 | 112 | 133 | 3 | 0 | 107 | 266 | 123 | 20 |
| Binary | 111 | 1001000 | 1001010 | 1011011 | 11 | 0 | 1000111 | 10110110 | 1010011 | 10000 |
Color Harmonies of #07484A
Complementary color
Monochromatic Colors of #07484A
Black with #07484A
Text Example
Text Example
White with #07484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07484A; }
p { color: rgb(7,72,74); }
H1.HeaderClassName
{
color: #07484A;
}
.AnyTagClassName
{
color: #07484A;
}
</style>
background-color css
<style>
a { background-color: #07484A; }
a { background-color: rgb(7,72,74); }
div.DivClassName
{
background-color: #07484A;
}
.BgClassName
{
background-color: #07484A;
}
</style>
border-color css
<style>
span { border-color: #07484A; }
span { border-color: rgb(7,72,74); }
td.TdClassName
{
border-color: #07484A;
}
.TagClassName
{
border-color: #07484A;
}
</style>