Shades of Tangaroa #042644
Tints of Tangaroa #042644
RGB
CMYK
RGB Variations
Color information
#042644 (or 0x042644) is known color: Tangaroa. HEX triplet: 04, 26 and 44. RGB value is (4,38,68). Sum of RGB (Red+Green+Blue) = 4+38+68=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 68 (26.95% from 255 or 61.82% from 110); Max value from RGB is 68 - color contains mainly: blue. Hex color #042644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042644 is #FBD9BB. Grayscale: #1F1F1F. Windows color (decimal): -16505276 or 4466180. OLE color: 4466180.
HSL color Cylindrical-coordinate representation of color #042644: hue angle of 208.12º 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 #042644 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 38 | 68 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.73 |
| HSL | 208.13º | 0.89% | 0.14% | - |
| HSV(B) | 208.13º | 0.94% | 0.27% | - |
| XYZ | 1.79 | 1.83 | 5.73 | - |
| YUV | 31.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 68 | 0.94 | 0.44 | 0 | 0.73 | 208.13 | 0.89 | 0.14 |
| Hex | 4 | 26 | 44 | 5E | 2C | 0 | 49 | D0 | 59 | E |
| Octal | 4 | 46 | 104 | 136 | 54 | 0 | 111 | 320 | 131 | 16 |
| Binary | 100 | 100110 | 1000100 | 1011110 | 101100 | 0 | 1001001 | 11010000 | 1011001 | 1110 |
Color Harmonies of #042644
Complementary color
Monochromatic Colors of #042644
Black with #042644
Text Example
Text Example
White with #042644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042644; }
p { color: rgb(4,38,68); }
H1.HeaderClassName
{
color: #042644;
}
.AnyTagClassName
{
color: #042644;
}
</style>
background-color css
<style>
a { background-color: #042644; }
a { background-color: rgb(4,38,68); }
div.DivClassName
{
background-color: #042644;
}
.BgClassName
{
background-color: #042644;
}
</style>
border-color css
<style>
span { border-color: #042644; }
span { border-color: rgb(4,38,68); }
td.TdClassName
{
border-color: #042644;
}
.TagClassName
{
border-color: #042644;
}
</style>