Shades of Sherpa Blue #045151
Tints of Sherpa Blue #045151
RGB
CMYK
RGB Variations
Color information
#045151 (or 0x045151) is known color: Sherpa Blue. HEX triplet: 04, 51 and 51. RGB value is (4,81,81). Sum of RGB (Red+Green+Blue) = 4+81+81=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #045151 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045151 is #FBAEAE. Grayscale: #393939. Windows color (decimal): -16494255 or 5329156. OLE color: 5329156.
HSL color Cylindrical-coordinate representation of color #045151: hue angle of 180º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045151 is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 81 | 81 | - |
| CMYK | 0.95 | 0 | 0 | 0.68 |
| HSL | 180º | 0.91% | 0.17% | - |
| HSV(B) | 180º | 0.95% | 0.32% | - |
| XYZ | 4.48 | 6.5 | 8.8 | - |
| YUV | 57.98 | 140.99 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 81 | 0.95 | 0 | 0 | 0.68 | 180 | 0.91 | 0.17 |
| Hex | 4 | 51 | 51 | 5F | 0 | 0 | 44 | B4 | 5B | 11 |
| Octal | 4 | 121 | 121 | 137 | 0 | 0 | 104 | 264 | 133 | 21 |
| Binary | 100 | 1010001 | 1010001 | 1011111 | 0 | 0 | 1000100 | 10110100 | 1011011 | 10001 |
Color Harmonies of #045151
Complementary color
Monochromatic Colors of #045151
Black with #045151
Text Example
Text Example
White with #045151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045151; }
p { color: rgb(4,81,81); }
H1.HeaderClassName
{
color: #045151;
}
.AnyTagClassName
{
color: #045151;
}
</style>
background-color css
<style>
a { background-color: #045151; }
a { background-color: rgb(4,81,81); }
div.DivClassName
{
background-color: #045151;
}
.BgClassName
{
background-color: #045151;
}
</style>
border-color css
<style>
span { border-color: #045151; }
span { border-color: rgb(4,81,81); }
td.TdClassName
{
border-color: #045151;
}
.TagClassName
{
border-color: #045151;
}
</style>