Shades of Blue Whale #042E46
Tints of Blue Whale #042E46
RGB
CMYK
RGB Variations
Color information
#042E46 (or 0x042E46) is known color: Blue Whale. HEX triplet: 04, 2E and 46. RGB value is (4,46,70). Sum of RGB (Red+Green+Blue) = 4+46+70=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 70 (27.73% from 255 or 58.33% from 120); Max value from RGB is 70 - color contains mainly: blue. Hex color #042E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E46 is #FBD1B9. Grayscale: #242424. Windows color (decimal): -16503226 or 4599300. OLE color: 4599300.
HSL color Cylindrical-coordinate representation of color #042E46: hue angle of 201.82º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042E46 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 46 | 70 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.73 |
| HSL | 201.82º | 0.89% | 0.15% | - |
| HSV(B) | 201.82º | 0.94% | 0.27% | - |
| XYZ | 2.13 | 2.42 | 6.15 | - |
| YUV | 36.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 70 | 0.94 | 0.34 | 0 | 0.73 | 201.82 | 0.89 | 0.15 |
| Hex | 4 | 2E | 46 | 5E | 22 | 0 | 49 | CA | 59 | F |
| Octal | 4 | 56 | 106 | 136 | 42 | 0 | 111 | 312 | 131 | 17 |
| Binary | 100 | 101110 | 1000110 | 1011110 | 100010 | 0 | 1001001 | 11001010 | 1011001 | 1111 |
Color Harmonies of #042E46
Complementary color
Monochromatic Colors of #042E46
Black with #042E46
Text Example
Text Example
White with #042E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042E46; }
p { color: rgb(4,46,70); }
H1.HeaderClassName
{
color: #042E46;
}
.AnyTagClassName
{
color: #042E46;
}
</style>
background-color css
<style>
a { background-color: #042E46; }
a { background-color: rgb(4,46,70); }
div.DivClassName
{
background-color: #042E46;
}
.BgClassName
{
background-color: #042E46;
}
</style>
border-color css
<style>
span { border-color: #042E46; }
span { border-color: rgb(4,46,70); }
td.TdClassName
{
border-color: #042E46;
}
.TagClassName
{
border-color: #042E46;
}
</style>