#042146

Color #042146 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #042146

Tints of Tangaroa #042146

Color information

#042146 (or 0x042146) is unknown color: approx Tangaroa. HEX triplet: 04, 21 and 46. RGB value is (4,33,70). Sum of RGB (Red+Green+Blue) = 4+33+70=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #042146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042146 is #FBDEB9. Grayscale: #1C1C1C. Windows color (decimal): -16506554 or 4595972. OLE color: 4595972.

HSL color Cylindrical-coordinate representation of color #042146: hue angle of 213.64º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042146 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB43370-
CMYK0.940.5300.73
HSL213.64º89.19%14.51%-
HSV(B)213.64º94.29%27.45%-
XYZ1.71.566.01-
YUV28.55151.39110.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 70 (27.73% from 255) = 65.42%
R=3.74%
G=30.84%
B=65.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal433700.940.5300.73213.6489.1914.51
Hex421465E35049d659f
Octal44110613665011132613117
Binary10010000110001101011110110101010010011101011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042146; }

 p { color: rgb(4,33,70); }

 H1.HeaderClassName
 {
   color: #042146;
 }
 .AnyTagClassName
 {
   color: #042146;
 }
</style>
background-color css

<style>
 a { background-color: #042146; }

 a { background-color: rgb(4,33,70); }

 div.DivClassName
 {
   background-color: #042146;
 }
 .BgClassName
 {
   background-color: #042146;
 }
</style>
border-color css

<style>
 span { border-color: #042146; }

 span { border-color: rgb(4,33,70); }

 td.TdClassName
 {
   border-color: #042146;
 }
 .TagClassName
 {
   border-color: #042146;
 }
</style>