Shades of Sherpa Blue #04484B
Tints of Sherpa Blue #04484B
RGB
CMYK
RGB Variations
Color information
#04484B (or 0x04484B) is known color: Sherpa Blue. HEX triplet: 04, 48 and 4B. RGB value is (4,72,75). Sum of RGB (Red+Green+Blue) = 4+72+75=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #04484B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04484B is #FBB7B4. Grayscale: #333333. Windows color (decimal): -16496565 or 4933636. OLE color: 4933636.
HSL color Cylindrical-coordinate representation of color #04484B: hue angle of 182.54º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04484B is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 4 | 72 | 75 | - |
CMYK | 0.95 | 0.04 | 0 | 0.71 |
HSL | 182.54º | 0.9% | 0.15% | - |
HSV(B) | 182.54º | 0.95% | 0.29% | - |
XYZ | 3.64 | 5.17 | 7.46 | - |
YUV | 52.01 | 140.97 | 93.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 72 | 75 | 0.95 | 0.04 | 0 | 0.71 | 182.54 | 0.9 | 0.15 |
Hex | 4 | 48 | 4B | 5F | 4 | 0 | 47 | B7 | 5A | F |
Octal | 4 | 110 | 113 | 137 | 4 | 0 | 107 | 267 | 132 | 17 |
Binary | 100 | 1001000 | 1001011 | 1011111 | 100 | 0 | 1000111 | 10110111 | 1011010 | 1111 |
Color Harmonies of #04484B
Complementary color
Monochromatic Colors of #04484B
Black with #04484B
Text Example
Text Example
White with #04484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04484B; }
p { color: rgb(4,72,75); }
H1.HeaderClassName
{
color: #04484B;
}
.AnyTagClassName
{
color: #04484B;
}
</style>
background-color css
<style>
a { background-color: #04484B; }
a { background-color: rgb(4,72,75); }
div.DivClassName
{
background-color: #04484B;
}
.BgClassName
{
background-color: #04484B;
}
</style>
border-color css
<style>
span { border-color: #04484B; }
span { border-color: rgb(4,72,75); }
td.TdClassName
{
border-color: #04484B;
}
.TagClassName
{
border-color: #04484B;
}
</style>