Shades of Blue Whale #042C46
Tints of Blue Whale #042C46
RGB
CMYK
RGB Variations
Color information
#042C46 (or 0x042C46) is known color: Blue Whale. HEX triplet: 04, 2C and 46. RGB value is (4,44,70). Sum of RGB (Red+Green+Blue) = 4+44+70=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 70 (27.73% from 255 or 59.32% from 118); Max value from RGB is 70 - color contains mainly: blue. Hex color #042C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042C46 is #FBD3B9. Grayscale: #222222. Windows color (decimal): -16503738 or 4598788. OLE color: 4598788.
HSL color Cylindrical-coordinate representation of color #042C46: hue angle of 203.64º 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 #042C46 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 44 | 70 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.73 |
| HSL | 203.64º | 0.89% | 0.15% | - |
| HSV(B) | 203.64º | 0.94% | 0.27% | - |
| XYZ | 2.06 | 2.27 | 6.12 | - |
| YUV | 35 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 70 | 0.94 | 0.37 | 0 | 0.73 | 203.64 | 0.89 | 0.15 |
| Hex | 4 | 2C | 46 | 5E | 25 | 0 | 49 | CC | 59 | F |
| Octal | 4 | 54 | 106 | 136 | 45 | 0 | 111 | 314 | 131 | 17 |
| Binary | 100 | 101100 | 1000110 | 1011110 | 100101 | 0 | 1001001 | 11001100 | 1011001 | 1111 |
Color Harmonies of #042C46
Complementary color
Monochromatic Colors of #042C46
Black with #042C46
Text Example
Text Example
White with #042C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042C46; }
p { color: rgb(4,44,70); }
H1.HeaderClassName
{
color: #042C46;
}
.AnyTagClassName
{
color: #042C46;
}
</style>
background-color css
<style>
a { background-color: #042C46; }
a { background-color: rgb(4,44,70); }
div.DivClassName
{
background-color: #042C46;
}
.BgClassName
{
background-color: #042C46;
}
</style>
border-color css
<style>
span { border-color: #042C46; }
span { border-color: rgb(4,44,70); }
td.TdClassName
{
border-color: #042C46;
}
.TagClassName
{
border-color: #042C46;
}
</style>