#072446

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

Shades of Tangaroa #072446

Tints of Tangaroa #072446

Color information

#072446 (or 0x072446) is unknown color: approx Tangaroa. HEX triplet: 07, 24 and 46. RGB value is (7,36,70). Sum of RGB (Red+Green+Blue) = 7+36+70=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 70 (27.73% from 255 or 61.95% from 113); Max value from RGB is 70 - color contains mainly: blue. Hex color #072446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072446 is #F8DBB9. Grayscale: #1F1F1F. Windows color (decimal): -16309178 or 4596743. OLE color: 4596743.

HSL color Cylindrical-coordinate representation of color #072446: hue angle of 212.38º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072446 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB73670-
CMYK0.900.4900.73
HSL212.38º81.82%15.1%-
HSV(B)212.38º90%27.45%-
XYZ1.821.756.04-
YUV31.2149.89110.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 36 (14.45% from 255) = 31.86%
BLUE value IS 70 (27.73% from 255) = 61.95%
R=6.19%
G=31.86%
B=61.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal736700.900.4900.73212.3881.8215.1
Hex724465A31049d452f
Octal74410613261011132412217
Binary11110010010001101011010110001010010011101010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072446; }

 p { color: rgb(7,36,70); }

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

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

 a { background-color: rgb(7,36,70); }

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

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

 span { border-color: rgb(7,36,70); }

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