Shades of Blue Whale #042D4A
Tints of Blue Whale #042D4A
RGB
CMYK
RGB Variations
Color information
#042D4A (or 0x042D4A) is known color: Blue Whale. HEX triplet: 04, 2D and 4A. RGB value is (4,45,74). Sum of RGB (Red+Green+Blue) = 4+45+74=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 74 (29.30% from 255 or 60.16% from 123); Max value from RGB is 74 - color contains mainly: blue. Hex color #042D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D4A is #FBD2B5. Grayscale: #232323. Windows color (decimal): -16503478 or 4861188. OLE color: 4861188.
HSL color Cylindrical-coordinate representation of color #042D4A: hue angle of 204.86º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042D4A is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 45 | 74 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.71 |
| HSL | 204.86º | 0.9% | 0.15% | - |
| HSV(B) | 204.86º | 0.95% | 0.29% | - |
| XYZ | 2.22 | 2.4 | 6.82 | - |
| YUV | 36.05 | 149.42 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 74 | 0.95 | 0.39 | 0 | 0.71 | 204.86 | 0.9 | 0.15 |
| Hex | 4 | 2D | 4A | 5F | 27 | 0 | 47 | CD | 5A | F |
| Octal | 4 | 55 | 112 | 137 | 47 | 0 | 107 | 315 | 132 | 17 |
| Binary | 100 | 101101 | 1001010 | 1011111 | 100111 | 0 | 1000111 | 11001101 | 1011010 | 1111 |
Color Harmonies of #042D4A
Complementary color
Monochromatic Colors of #042D4A
Black with #042D4A
Text Example
Text Example
White with #042D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D4A; }
p { color: rgb(4,45,74); }
H1.HeaderClassName
{
color: #042D4A;
}
.AnyTagClassName
{
color: #042D4A;
}
</style>
background-color css
<style>
a { background-color: #042D4A; }
a { background-color: rgb(4,45,74); }
div.DivClassName
{
background-color: #042D4A;
}
.BgClassName
{
background-color: #042D4A;
}
</style>
border-color css
<style>
span { border-color: #042D4A; }
span { border-color: rgb(4,45,74); }
td.TdClassName
{
border-color: #042D4A;
}
.TagClassName
{
border-color: #042D4A;
}
</style>