#042449

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

Shades of Tangaroa #042449

Tints of Tangaroa #042449

Color information

#042449 (or 0x042449) is unknown color: approx Tangaroa. HEX triplet: 04, 24 and 49. RGB value is (4,36,73). Sum of RGB (Red+Green+Blue) = 4+36+73=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #042449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042449 is #FBDBB6. Grayscale: #1E1E1E. Windows color (decimal): -16505783 or 4793348. OLE color: 4793348.

HSL color Cylindrical-coordinate representation of color #042449: hue angle of 212.17º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042449 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB43673-
CMYK0.950.5100.71
HSL212.17º89.61%15.1%-
HSV(B)212.17º94.52%28.63%-
XYZ1.881.776.55-
YUV30.65151.9108.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.54%
GREEN value IS 36 (14.45% from 255) = 31.86%
BLUE value IS 73 (28.91% from 255) = 64.60%
R=3.54%
G=31.86%
B=64.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal436730.950.5100.71212.1789.6115.1
Hex424495F33047d45af
Octal44411113763010732413217
Binary10010010010010011011111110011010001111101010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042449; }

 p { color: rgb(4,36,73); }

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

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

 a { background-color: rgb(4,36,73); }

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

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

 span { border-color: rgb(4,36,73); }

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