#042747

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

Shades of Tangaroa #042747

Tints of Tangaroa #042747

Color information

#042747 (or 0x042747) is unknown color: approx Tangaroa. HEX triplet: 04, 27 and 47. RGB value is (4,39,71). Sum of RGB (Red+Green+Blue) = 4+39+71=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 71 (28.12% from 255 or 62.28% from 114); Max value from RGB is 71 - color contains mainly: blue. Hex color #042747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042747 is #FBD8B8. Grayscale: #202020. Windows color (decimal): -16505017 or 4663044. OLE color: 4663044.

HSL color Cylindrical-coordinate representation of color #042747: hue angle of 208.66º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042747 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB43971-
CMYK0.940.4500.72
HSL208.66º89.33%14.71%-
HSV(B)208.66º94.37%27.84%-
XYZ1.911.936.23-
YUV32.18149.9107.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.51%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 71 (28.12% from 255) = 62.28%
R=3.51%
G=34.21%
B=62.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal439710.940.4500.72208.6689.3314.71
Hex427475E2D048d159f
Octal44710713655011032113117
Binary10010011110001111011110101101010010001101000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042747; }

 p { color: rgb(4,39,71); }

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

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

 a { background-color: rgb(4,39,71); }

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

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

 span { border-color: rgb(4,39,71); }

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