Shades of Blue Whale #042D47
Tints of Blue Whale #042D47
RGB
CMYK
RGB Variations
Color information
#042D47 (or 0x042D47) is known color: Blue Whale. HEX triplet: 04, 2D and 47. RGB value is (4,45,71). Sum of RGB (Red+Green+Blue) = 4+45+71=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #042D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D47 is #FBD2B8. Grayscale: #232323. Windows color (decimal): -16503481 or 4664580. OLE color: 4664580.
HSL color Cylindrical-coordinate representation of color #042D47: hue angle of 203.28º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042D47 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 45 | 71 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.72 |
| HSL | 203.28º | 0.89% | 0.15% | - |
| HSV(B) | 203.28º | 0.94% | 0.28% | - |
| XYZ | 2.13 | 2.36 | 6.3 | - |
| YUV | 35.71 | 147.92 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 71 | 0.94 | 0.37 | 0 | 0.72 | 203.28 | 0.89 | 0.15 |
| Hex | 4 | 2D | 47 | 5E | 25 | 0 | 48 | CB | 59 | F |
| Octal | 4 | 55 | 107 | 136 | 45 | 0 | 110 | 313 | 131 | 17 |
| Binary | 100 | 101101 | 1000111 | 1011110 | 100101 | 0 | 1001000 | 11001011 | 1011001 | 1111 |
Color Harmonies of #042D47
Complementary color
Monochromatic Colors of #042D47
Black with #042D47
Text Example
Text Example
White with #042D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D47; }
p { color: rgb(4,45,71); }
H1.HeaderClassName
{
color: #042D47;
}
.AnyTagClassName
{
color: #042D47;
}
</style>
background-color css
<style>
a { background-color: #042D47; }
a { background-color: rgb(4,45,71); }
div.DivClassName
{
background-color: #042D47;
}
.BgClassName
{
background-color: #042D47;
}
</style>
border-color css
<style>
span { border-color: #042D47; }
span { border-color: rgb(4,45,71); }
td.TdClassName
{
border-color: #042D47;
}
.TagClassName
{
border-color: #042D47;
}
</style>