Shades of Sherpa Blue #07404B
Tints of Sherpa Blue #07404B
RGB
CMYK
RGB Variations
Color information
#07404B (or 0x07404B) is known color: Sherpa Blue. HEX triplet: 07, 40 and 4B. RGB value is (7,64,75). Sum of RGB (Red+Green+Blue) = 7+64+75=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #07404B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07404B is #F8BFB4. Grayscale: #303030. Windows color (decimal): -16302005 or 4931591. OLE color: 4931591.
HSL color Cylindrical-coordinate representation of color #07404B: hue angle of 189.71º 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 #07404B is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 64 | 75 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.71 |
| HSL | 189.71º | 0.83% | 0.16% | - |
| HSV(B) | 189.71º | 0.91% | 0.29% | - |
| XYZ | 3.19 | 4.22 | 7.3 | - |
| YUV | 48.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 75 | 0.91 | 0.15 | 0 | 0.71 | 189.71 | 0.83 | 0.16 |
| Hex | 7 | 40 | 4B | 5B | F | 0 | 47 | BE | 53 | 10 |
| Octal | 7 | 100 | 113 | 133 | 17 | 0 | 107 | 276 | 123 | 20 |
| Binary | 111 | 1000000 | 1001011 | 1011011 | 1111 | 0 | 1000111 | 10111110 | 1010011 | 10000 |
Color Harmonies of #07404B
Complementary color
Monochromatic Colors of #07404B
Black with #07404B
Text Example
Text Example
White with #07404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07404B; }
p { color: rgb(7,64,75); }
H1.HeaderClassName
{
color: #07404B;
}
.AnyTagClassName
{
color: #07404B;
}
</style>
background-color css
<style>
a { background-color: #07404B; }
a { background-color: rgb(7,64,75); }
div.DivClassName
{
background-color: #07404B;
}
.BgClassName
{
background-color: #07404B;
}
</style>
border-color css
<style>
span { border-color: #07404B; }
span { border-color: rgb(7,64,75); }
td.TdClassName
{
border-color: #07404B;
}
.TagClassName
{
border-color: #07404B;
}
</style>