#042549

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

Shades of Tangaroa #042549

Tints of Tangaroa #042549

Color information

#042549 (or 0x042549) is unknown color: approx Tangaroa. HEX triplet: 04, 25 and 49. RGB value is (4,37,73). Sum of RGB (Red+Green+Blue) = 4+37+73=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #042549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042549 is #FBDAB6. Grayscale: #1F1F1F. Windows color (decimal): -16505527 or 4793604. OLE color: 4793604.

HSL color Cylindrical-coordinate representation of color #042549: hue angle of 211.3º 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 #042549 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB43773-
CMYK0.950.4900.71
HSL211.3º89.61%15.1%-
HSV(B)211.3º94.52%28.63%-
XYZ1.911.836.56-
YUV31.24151.57108.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.51%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 73 (28.91% from 255) = 64.04%
R=3.51%
G=32.46%
B=64.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal437730.950.4900.71211.389.6115.1
Hex425495F31047d35af
Octal44511113761010732313217
Binary10010010110010011011111110001010001111101001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042549; }

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

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

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

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

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

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

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

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