Shades of Sherpa Blue #024A4A
Tints of Sherpa Blue #024A4A
RGB
CMYK
RGB Variations
Color information
#024A4A (or 0x024A4A) is known color: Sherpa Blue. HEX triplet: 02, 4A and 4A. RGB value is (2,74,74). Sum of RGB (Red+Green+Blue) = 2+74+74=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #024A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024A4A is #FDB5B5. Grayscale: #343434. Windows color (decimal): -16627126 or 4868610. OLE color: 4868610.
HSL color Cylindrical-coordinate representation of color #024A4A: hue angle of 180º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024A4A is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 74 | 74 | - |
| CMYK | 0.97 | 0 | 0 | 0.71 |
| HSL | 180º | 0.95% | 0.15% | - |
| HSV(B) | 180º | 0.97% | 0.29% | - |
| XYZ | 3.71 | 5.4 | 7.33 | - |
| YUV | 52.47 | 140.15 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 74 | 0.97 | 0 | 0 | 0.71 | 180 | 0.95 | 0.15 |
| Hex | 2 | 4A | 4A | 61 | 0 | 0 | 47 | B4 | 5F | F |
| Octal | 2 | 112 | 112 | 141 | 0 | 0 | 107 | 264 | 137 | 17 |
| Binary | 10 | 1001010 | 1001010 | 1100001 | 0 | 0 | 1000111 | 10110100 | 1011111 | 1111 |
Color Harmonies of #024A4A
Complementary color
Monochromatic Colors of #024A4A
Black with #024A4A
Text Example
Text Example
White with #024A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A4A; }
p { color: rgb(2,74,74); }
H1.HeaderClassName
{
color: #024A4A;
}
.AnyTagClassName
{
color: #024A4A;
}
</style>
background-color css
<style>
a { background-color: #024A4A; }
a { background-color: rgb(2,74,74); }
div.DivClassName
{
background-color: #024A4A;
}
.BgClassName
{
background-color: #024A4A;
}
</style>
border-color css
<style>
span { border-color: #024A4A; }
span { border-color: rgb(2,74,74); }
td.TdClassName
{
border-color: #024A4A;
}
.TagClassName
{
border-color: #024A4A;
}
</style>