Shades of Sherpa Blue #00484A
Tints of Sherpa Blue #00484A
RGB
CMYK
RGB Variations
Color information
#00484A (or 0x00484A) is known color: Sherpa Blue. HEX triplet: 00, 48 and 4A. RGB value is (0,72,74). Sum of RGB (Red+Green+Blue) = 0+72+74=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #00484A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00484A is #FFB7B5. Grayscale: #323232. Windows color (decimal): -16758710 or 4868096. OLE color: 4868096.
HSL color Cylindrical-coordinate representation of color #00484A: hue angle of 181.62º 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 #00484A is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 72 | 74 | - |
| CMYK | 1 | 0.03 | 0 | 0.71 |
| HSL | 181.62º | 1% | 0.15% | - |
| HSV(B) | 181.62º | 1% | 0.29% | - |
| XYZ | 3.55 | 5.13 | 7.28 | - |
| YUV | 50.7 | 141.15 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 74 | 1 | 0.03 | 0 | 0.71 | 181.62 | 1 | 0.15 |
| Hex | 0 | 48 | 4A | 64 | 3 | 0 | 47 | B6 | 64 | F |
| Octal | 0 | 110 | 112 | 144 | 3 | 0 | 107 | 266 | 144 | 17 |
| Binary | 0 | 1001000 | 1001010 | 1100100 | 11 | 0 | 1000111 | 10110110 | 1100100 | 1111 |
Color Harmonies of #00484A
Complementary color
Monochromatic Colors of #00484A
Black with #00484A
Text Example
Text Example
White with #00484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00484A; }
p { color: rgb(0,72,74); }
H1.HeaderClassName
{
color: #00484A;
}
.AnyTagClassName
{
color: #00484A;
}
</style>
background-color css
<style>
a { background-color: #00484A; }
a { background-color: rgb(0,72,74); }
div.DivClassName
{
background-color: #00484A;
}
.BgClassName
{
background-color: #00484A;
}
</style>
border-color css
<style>
span { border-color: #00484A; }
span { border-color: rgb(0,72,74); }
td.TdClassName
{
border-color: #00484A;
}
.TagClassName
{
border-color: #00484A;
}
</style>