Shades of Sherpa Blue #07465C
Tints of Sherpa Blue #07465C
RGB
CMYK
RGB Variations
Color information
#07465C (or 0x07465C) is known color: Sherpa Blue. HEX triplet: 07, 46 and 5C. RGB value is (7,70,92). Sum of RGB (Red+Green+Blue) = 7+70+92=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #07465C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07465C is #F8B9A3. Grayscale: #353535. Windows color (decimal): -16300452 or 6047239. OLE color: 6047239.
HSL color Cylindrical-coordinate representation of color #07465C: hue angle of 195.53º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07465C is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 70 | 92 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.64 |
| HSL | 195.53º | 0.86% | 0.19% | - |
| HSV(B) | 195.53º | 0.92% | 0.36% | - |
| XYZ | 4.21 | 5.2 | 10.91 | - |
| YUV | 53.67 | 149.63 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 92 | 0.92 | 0.24 | 0 | 0.64 | 195.53 | 0.86 | 0.19 |
| Hex | 7 | 46 | 5C | 5C | 18 | 0 | 40 | C4 | 56 | 13 |
| Octal | 7 | 106 | 134 | 134 | 30 | 0 | 100 | 304 | 126 | 23 |
| Binary | 111 | 1000110 | 1011100 | 1011100 | 11000 | 0 | 1000000 | 11000100 | 1010110 | 10011 |
Color Harmonies of #07465C
Complementary color
Monochromatic Colors of #07465C
Black with #07465C
Text Example
Text Example
White with #07465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07465C; }
p { color: rgb(7,70,92); }
H1.HeaderClassName
{
color: #07465C;
}
.AnyTagClassName
{
color: #07465C;
}
</style>
background-color css
<style>
a { background-color: #07465C; }
a { background-color: rgb(7,70,92); }
div.DivClassName
{
background-color: #07465C;
}
.BgClassName
{
background-color: #07465C;
}
</style>
border-color css
<style>
span { border-color: #07465C; }
span { border-color: rgb(7,70,92); }
td.TdClassName
{
border-color: #07465C;
}
.TagClassName
{
border-color: #07465C;
}
</style>