Shades of Blue Whale #042D45
Tints of Blue Whale #042D45
RGB
CMYK
RGB Variations
Color information
#042D45 (or 0x042D45) is known color: Blue Whale. HEX triplet: 04, 2D and 45. RGB value is (4,45,69). Sum of RGB (Red+Green+Blue) = 4+45+69=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 69 (27.34% from 255 or 58.47% from 118); Max value from RGB is 69 - color contains mainly: blue. Hex color #042D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D45 is #FBD2BA. Grayscale: #232323. Windows color (decimal): -16503483 or 4533508. OLE color: 4533508.
HSL color Cylindrical-coordinate representation of color #042D45: hue angle of 202.15º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042D45 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 45 | 69 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.73 |
| HSL | 202.15º | 0.89% | 0.14% | - |
| HSV(B) | 202.15º | 0.94% | 0.27% | - |
| XYZ | 2.06 | 2.33 | 5.97 | - |
| YUV | 35.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 69 | 0.94 | 0.35 | 0 | 0.73 | 202.15 | 0.89 | 0.14 |
| Hex | 4 | 2D | 45 | 5E | 23 | 0 | 49 | CA | 59 | E |
| Octal | 4 | 55 | 105 | 136 | 43 | 0 | 111 | 312 | 131 | 16 |
| Binary | 100 | 101101 | 1000101 | 1011110 | 100011 | 0 | 1001001 | 11001010 | 1011001 | 1110 |
Color Harmonies of #042D45
Complementary color
Monochromatic Colors of #042D45
Black with #042D45
Text Example
Text Example
White with #042D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D45; }
p { color: rgb(4,45,69); }
H1.HeaderClassName
{
color: #042D45;
}
.AnyTagClassName
{
color: #042D45;
}
</style>
background-color css
<style>
a { background-color: #042D45; }
a { background-color: rgb(4,45,69); }
div.DivClassName
{
background-color: #042D45;
}
.BgClassName
{
background-color: #042D45;
}
</style>
border-color css
<style>
span { border-color: #042D45; }
span { border-color: rgb(4,45,69); }
td.TdClassName
{
border-color: #042D45;
}
.TagClassName
{
border-color: #042D45;
}
</style>