#042939

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

Shades of Tangaroa #042939

Tints of Tangaroa #042939

Color information

#042939 (or 0x042939) is unknown color: approx Tangaroa. HEX triplet: 04, 29 and 39. RGB value is (4,41,57). Sum of RGB (Red+Green+Blue) = 4+41+57=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 41 (16.41% from 255 or 40.20% from 102); Blue value is 57 (22.66% from 255 or 55.88% from 102); Max value from RGB is 57 - color contains mainly: blue. Hex color #042939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042939 is #FBD6C6. Grayscale: #1F1F1F. Windows color (decimal): -16504519 or 3746052. OLE color: 3746052.

HSL color Cylindrical-coordinate representation of color #042939: hue angle of 198.11º 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 #042939 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB44157-
CMYK0.930.2800.78
HSL198.11º86.89%11.96%-
HSV(B)198.11º92.98%22.35%-
XYZ1.581.914.16-
YUV31.76142.24108.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.92%
GREEN value IS 41 (16.41% from 255) = 40.20%
BLUE value IS 57 (22.66% from 255) = 55.88%
R=3.92%
G=40.20%
B=55.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal441570.930.2800.78198.1186.8911.96
Hex429395D1C04Ec657c
Octal4517113534011630612714
Binary100101001111001101110111100010011101100011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042939; }

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

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

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

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

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

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

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

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