Shades of Sherpa Blue #04434F
Tints of Sherpa Blue #04434F
RGB
CMYK
RGB Variations
Color information
#04434F (or 0x04434F) is known color: Sherpa Blue. HEX triplet: 04, 43 and 4F. RGB value is (4,67,79). Sum of RGB (Red+Green+Blue) = 4+67+79=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 79 (31.25% from 255 or 52.67% from 150); Max value from RGB is 79 - color contains mainly: blue. Hex color #04434F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04434F is #FBBCB0. Grayscale: #313131. Windows color (decimal): -16497841 or 5194500. OLE color: 5194500.
HSL color Cylindrical-coordinate representation of color #04434F: hue angle of 189.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04434F is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 67 | 79 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.69 |
| HSL | 189.6º | 0.9% | 0.16% | - |
| HSV(B) | 189.6º | 0.95% | 0.31% | - |
| XYZ | 3.47 | 4.6 | 8.1 | - |
| YUV | 49.53 | 144.63 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 79 | 0.95 | 0.15 | 0 | 0.69 | 189.6 | 0.9 | 0.16 |
| Hex | 4 | 43 | 4F | 5F | F | 0 | 45 | BE | 5A | 10 |
| Octal | 4 | 103 | 117 | 137 | 17 | 0 | 105 | 276 | 132 | 20 |
| Binary | 100 | 1000011 | 1001111 | 1011111 | 1111 | 0 | 1000101 | 10111110 | 1011010 | 10000 |
Color Harmonies of #04434F
Complementary color
Monochromatic Colors of #04434F
Black with #04434F
Text Example
Text Example
White with #04434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04434F; }
p { color: rgb(4,67,79); }
H1.HeaderClassName
{
color: #04434F;
}
.AnyTagClassName
{
color: #04434F;
}
</style>
background-color css
<style>
a { background-color: #04434F; }
a { background-color: rgb(4,67,79); }
div.DivClassName
{
background-color: #04434F;
}
.BgClassName
{
background-color: #04434F;
}
</style>
border-color css
<style>
span { border-color: #04434F; }
span { border-color: rgb(4,67,79); }
td.TdClassName
{
border-color: #04434F;
}
.TagClassName
{
border-color: #04434F;
}
</style>