Shades of Sherpa Blue #04454C
Tints of Sherpa Blue #04454C
RGB
CMYK
RGB Variations
Color information
#04454C (or 0x04454C) is known color: Sherpa Blue. HEX triplet: 04, 45 and 4C. RGB value is (4,69,76). Sum of RGB (Red+Green+Blue) = 4+69+76=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #04454C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04454C is #FBBAB3. Grayscale: #323232. Windows color (decimal): -16497332 or 4998404. OLE color: 4998404.
HSL color Cylindrical-coordinate representation of color #04454C: hue angle of 185.83º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04454C is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 69 | 76 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.70 |
| HSL | 185.83º | 0.9% | 0.16% | - |
| HSV(B) | 185.83º | 0.95% | 0.3% | - |
| XYZ | 3.48 | 4.8 | 7.58 | - |
| YUV | 50.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 76 | 0.95 | 0.09 | 0 | 0.70 | 185.83 | 0.9 | 0.16 |
| Hex | 4 | 45 | 4C | 5F | 9 | 0 | 46 | BA | 5A | 10 |
| Octal | 4 | 105 | 114 | 137 | 11 | 0 | 106 | 272 | 132 | 20 |
| Binary | 100 | 1000101 | 1001100 | 1011111 | 1001 | 0 | 1000110 | 10111010 | 1011010 | 10000 |
Color Harmonies of #04454C
Complementary color
Monochromatic Colors of #04454C
Black with #04454C
Text Example
Text Example
White with #04454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04454C; }
p { color: rgb(4,69,76); }
H1.HeaderClassName
{
color: #04454C;
}
.AnyTagClassName
{
color: #04454C;
}
</style>
background-color css
<style>
a { background-color: #04454C; }
a { background-color: rgb(4,69,76); }
div.DivClassName
{
background-color: #04454C;
}
.BgClassName
{
background-color: #04454C;
}
</style>
border-color css
<style>
span { border-color: #04454C; }
span { border-color: rgb(4,69,76); }
td.TdClassName
{
border-color: #04454C;
}
.TagClassName
{
border-color: #04454C;
}
</style>