Shades of Tangaroa #042649
Tints of Tangaroa #042649
RGB
CMYK
RGB Variations
Color information
#042649 (or 0x042649) is known color: Tangaroa. HEX triplet: 04, 26 and 49. RGB value is (4,38,73). Sum of RGB (Red+Green+Blue) = 4+38+73=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #042649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042649 is #FBD9B6. Grayscale: #1F1F1F. Windows color (decimal): -16505271 or 4793860. OLE color: 4793860.
HSL color Cylindrical-coordinate representation of color #042649: hue angle of 210.43º 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 #042649 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 38 | 73 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.71 |
| HSL | 210.43º | 0.9% | 0.15% | - |
| HSV(B) | 210.43º | 0.95% | 0.29% | - |
| XYZ | 1.95 | 1.89 | 6.57 | - |
| YUV | 31.82 | 151.24 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 73 | 0.95 | 0.48 | 0 | 0.71 | 210.43 | 0.9 | 0.15 |
| Hex | 4 | 26 | 49 | 5F | 30 | 0 | 47 | D2 | 5A | F |
| Octal | 4 | 46 | 111 | 137 | 60 | 0 | 107 | 322 | 132 | 17 |
| Binary | 100 | 100110 | 1001001 | 1011111 | 110000 | 0 | 1000111 | 11010010 | 1011010 | 1111 |
Color Harmonies of #042649
Complementary color
Monochromatic Colors of #042649
Black with #042649
Text Example
Text Example
White with #042649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042649; }
p { color: rgb(4,38,73); }
H1.HeaderClassName
{
color: #042649;
}
.AnyTagClassName
{
color: #042649;
}
</style>
background-color css
<style>
a { background-color: #042649; }
a { background-color: rgb(4,38,73); }
div.DivClassName
{
background-color: #042649;
}
.BgClassName
{
background-color: #042649;
}
</style>
border-color css
<style>
span { border-color: #042649; }
span { border-color: rgb(4,38,73); }
td.TdClassName
{
border-color: #042649;
}
.TagClassName
{
border-color: #042649;
}
</style>