Shades of Blue Whale #042E48
Tints of Blue Whale #042E48
RGB
CMYK
RGB Variations
Color information
#042E48 (or 0x042E48) is known color: Blue Whale. HEX triplet: 04, 2E and 48. RGB value is (4,46,72). Sum of RGB (Red+Green+Blue) = 4+46+72=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #042E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E48 is #FBD1B7. Grayscale: #242424. Windows color (decimal): -16503224 or 4730372. OLE color: 4730372.
HSL color Cylindrical-coordinate representation of color #042E48: hue angle of 202.94º 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 #042E48 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 46 | 72 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.72 |
| HSL | 202.94º | 0.89% | 0.15% | - |
| HSV(B) | 202.94º | 0.94% | 0.28% | - |
| XYZ | 2.2 | 2.45 | 6.49 | - |
| YUV | 36.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 72 | 0.94 | 0.36 | 0 | 0.72 | 202.94 | 0.89 | 0.15 |
| Hex | 4 | 2E | 48 | 5E | 24 | 0 | 48 | CB | 59 | F |
| Octal | 4 | 56 | 110 | 136 | 44 | 0 | 110 | 313 | 131 | 17 |
| Binary | 100 | 101110 | 1001000 | 1011110 | 100100 | 0 | 1001000 | 11001011 | 1011001 | 1111 |
Color Harmonies of #042E48
Complementary color
Monochromatic Colors of #042E48
Black with #042E48
Text Example
Text Example
White with #042E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E48; }
p { color: rgb(4,46,72); }
H1.HeaderClassName
{
color: #042E48;
}
.AnyTagClassName
{
color: #042E48;
}
</style>
background-color css
<style>
a { background-color: #042E48; }
a { background-color: rgb(4,46,72); }
div.DivClassName
{
background-color: #042E48;
}
.BgClassName
{
background-color: #042E48;
}
</style>
border-color css
<style>
span { border-color: #042E48; }
span { border-color: rgb(4,46,72); }
td.TdClassName
{
border-color: #042E48;
}
.TagClassName
{
border-color: #042E48;
}
</style>