Shades of Blue Whale #042B4A
Tints of Blue Whale #042B4A
RGB
CMYK
RGB Variations
Color information
#042B4A (or 0x042B4A) is known color: Blue Whale. HEX triplet: 04, 2B and 4A. RGB value is (4,43,74). Sum of RGB (Red+Green+Blue) = 4+43+74=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #042B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B4A is #FBD4B5. Grayscale: #222222. Windows color (decimal): -16503990 or 4860676. OLE color: 4860676.
HSL color Cylindrical-coordinate representation of color #042B4A: hue angle of 206.57º 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 #042B4A is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 43 | 74 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.71 |
| HSL | 206.57º | 0.9% | 0.15% | - |
| HSV(B) | 206.57º | 0.95% | 0.29% | - |
| XYZ | 2.15 | 2.25 | 6.8 | - |
| YUV | 34.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 74 | 0.95 | 0.42 | 0 | 0.71 | 206.57 | 0.9 | 0.15 |
| Hex | 4 | 2B | 4A | 5F | 2A | 0 | 47 | CF | 5A | F |
| Octal | 4 | 53 | 112 | 137 | 52 | 0 | 107 | 317 | 132 | 17 |
| Binary | 100 | 101011 | 1001010 | 1011111 | 101010 | 0 | 1000111 | 11001111 | 1011010 | 1111 |
Color Harmonies of #042B4A
Complementary color
Monochromatic Colors of #042B4A
Black with #042B4A
Text Example
Text Example
White with #042B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B4A; }
p { color: rgb(4,43,74); }
H1.HeaderClassName
{
color: #042B4A;
}
.AnyTagClassName
{
color: #042B4A;
}
</style>
background-color css
<style>
a { background-color: #042B4A; }
a { background-color: rgb(4,43,74); }
div.DivClassName
{
background-color: #042B4A;
}
.BgClassName
{
background-color: #042B4A;
}
</style>
border-color css
<style>
span { border-color: #042B4A; }
span { border-color: rgb(4,43,74); }
td.TdClassName
{
border-color: #042B4A;
}
.TagClassName
{
border-color: #042B4A;
}
</style>