#042046

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

Shades of Tangaroa #042046

Tints of Tangaroa #042046

Color information

#042046 (or 0x042046) is unknown color: approx Tangaroa. HEX triplet: 04, 20 and 46. RGB value is (4,32,70). Sum of RGB (Red+Green+Blue) = 4+32+70=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 70 (27.73% from 255 or 66.04% from 106); Max value from RGB is 70 - color contains mainly: blue. Hex color #042046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042046 is #FBDFB9. Grayscale: #1B1B1B. Windows color (decimal): -16506810 or 4595716. OLE color: 4595716.

HSL color Cylindrical-coordinate representation of color #042046: hue angle of 214.55º 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 #042046 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB43270-
CMYK0.940.5400.73
HSL214.55º89.19%14.51%-
HSV(B)214.55º94.29%27.45%-
XYZ1.671.56-
YUV27.96151.72110.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 32 (12.89% from 255) = 30.19%
BLUE value IS 70 (27.73% from 255) = 66.04%
R=3.77%
G=30.19%
B=66.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal432700.940.5400.73214.5589.1914.51
Hex420465E36049d759f
Octal44010613666011132713117
Binary10010000010001101011110110110010010011101011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042046; }

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

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

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

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

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

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

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

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