Shades of Sherpa Blue #00484B
Tints of Sherpa Blue #00484B
RGB
CMYK
RGB Variations
Color information
#00484B (or 0x00484B) is known color: Sherpa Blue. HEX triplet: 00, 48 and 4B. RGB value is (0,72,75). Sum of RGB (Red+Green+Blue) = 0+72+75=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #00484B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00484B is #FFB7B4. Grayscale: #323232. Windows color (decimal): -16758709 or 4933632. OLE color: 4933632.
HSL color Cylindrical-coordinate representation of color #00484B: hue angle of 182.4º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00484B is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 72 | 75 | - |
| CMYK | 1 | 0.04 | 0 | 0.71 |
| HSL | 182.4º | 1% | 0.15% | - |
| HSV(B) | 182.4º | 1% | 0.29% | - |
| XYZ | 3.59 | 5.14 | 7.46 | - |
| YUV | 50.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 75 | 1 | 0.04 | 0 | 0.71 | 182.4 | 1 | 0.15 |
| Hex | 0 | 48 | 4B | 64 | 4 | 0 | 47 | B6 | 64 | F |
| Octal | 0 | 110 | 113 | 144 | 4 | 0 | 107 | 266 | 144 | 17 |
| Binary | 0 | 1001000 | 1001011 | 1100100 | 100 | 0 | 1000111 | 10110110 | 1100100 | 1111 |
Color Harmonies of #00484B
Complementary color
Monochromatic Colors of #00484B
Black with #00484B
Text Example
Text Example
White with #00484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00484B; }
p { color: rgb(0,72,75); }
H1.HeaderClassName
{
color: #00484B;
}
.AnyTagClassName
{
color: #00484B;
}
</style>
background-color css
<style>
a { background-color: #00484B; }
a { background-color: rgb(0,72,75); }
div.DivClassName
{
background-color: #00484B;
}
.BgClassName
{
background-color: #00484B;
}
</style>
border-color css
<style>
span { border-color: #00484B; }
span { border-color: rgb(0,72,75); }
td.TdClassName
{
border-color: #00484B;
}
.TagClassName
{
border-color: #00484B;
}
</style>