Shades of Sherpa Blue #004146
Tints of Sherpa Blue #004146
RGB
CMYK
RGB Variations
Color information
#004146 (or 0x004146) is known color: Sherpa Blue. HEX triplet: 00, 41 and 46. RGB value is (0,65,70). Sum of RGB (Red+Green+Blue) = 0+65+70=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 70 (27.73% from 255 or 51.85% from 135); Max value from RGB is 70 - color contains mainly: blue. Hex color #004146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004146 is #FFBEB9. Grayscale: #2E2E2E. Windows color (decimal): -16760506 or 4604160. OLE color: 4604160.
HSL color Cylindrical-coordinate representation of color #004146: hue angle of 184.29º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004146 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 65 | 70 | - |
| CMYK | 1 | 0.07 | 0 | 0.73 |
| HSL | 184.29º | 1% | 0.14% | - |
| HSV(B) | 184.29º | 1% | 0.27% | - |
| XYZ | 3 | 4.22 | 6.45 | - |
| YUV | 46.14 | 141.47 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 70 | 1 | 0.07 | 0 | 0.73 | 184.29 | 1 | 0.14 |
| Hex | 0 | 41 | 46 | 64 | 7 | 0 | 49 | B8 | 64 | E |
| Octal | 0 | 101 | 106 | 144 | 7 | 0 | 111 | 270 | 144 | 16 |
| Binary | 0 | 1000001 | 1000110 | 1100100 | 111 | 0 | 1001001 | 10111000 | 1100100 | 1110 |
Color Harmonies of #004146
Complementary color
Monochromatic Colors of #004146
Black with #004146
Text Example
Text Example
White with #004146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004146; }
p { color: rgb(0,65,70); }
H1.HeaderClassName
{
color: #004146;
}
.AnyTagClassName
{
color: #004146;
}
</style>
background-color css
<style>
a { background-color: #004146; }
a { background-color: rgb(0,65,70); }
div.DivClassName
{
background-color: #004146;
}
.BgClassName
{
background-color: #004146;
}
</style>
border-color css
<style>
span { border-color: #004146; }
span { border-color: rgb(0,65,70); }
td.TdClassName
{
border-color: #004146;
}
.TagClassName
{
border-color: #004146;
}
</style>