#042839

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

Shades of Tangaroa #042839

Tints of Tangaroa #042839

Color information

#042839 (or 0x042839) is unknown color: approx Tangaroa. HEX triplet: 04, 28 and 39. RGB value is (4,40,57). Sum of RGB (Red+Green+Blue) = 4+40+57=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #042839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042839 is #FBD7C6. Grayscale: #1F1F1F. Windows color (decimal): -16504775 or 3745796. OLE color: 3745796.

HSL color Cylindrical-coordinate representation of color #042839: hue angle of 199.25º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #042839 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB44057-
CMYK0.930.3000.78
HSL199.25º86.89%11.96%-
HSV(B)199.25º92.98%22.35%-
XYZ1.551.844.14-
YUV31.17142.57108.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.96%
GREEN value IS 40 (16.02% from 255) = 39.60%
BLUE value IS 57 (22.66% from 255) = 56.44%
R=3.96%
G=39.60%
B=56.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal440570.930.3000.78199.2586.8911.96
Hex428395D1E04Ec757c
Octal4507113536011630712714
Binary100101000111001101110111110010011101100011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042839; }

 p { color: rgb(4,40,57); }

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

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

 a { background-color: rgb(4,40,57); }

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

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

 span { border-color: rgb(4,40,57); }

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