#072946

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

Shades of Tangaroa #072946

Tints of Tangaroa #072946

Color information

#072946 (or 0x072946) is unknown color: approx Tangaroa. HEX triplet: 07, 29 and 46. RGB value is (7,41,70). Sum of RGB (Red+Green+Blue) = 7+41+70=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 70 (27.73% from 255 or 59.32% from 118); Max value from RGB is 70 - color contains mainly: blue. Hex color #072946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072946 is #F8D6B9. Grayscale: #212121. Windows color (decimal): -16307898 or 4598023. OLE color: 4598023.

HSL color Cylindrical-coordinate representation of color #072946: hue angle of 207.62º 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 #072946 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB74170-
CMYK0.900.4100.73
HSL207.62º81.82%15.1%-
HSV(B)207.62º90%27.45%-
XYZ1.992.076.09-
YUV34.14148.24108.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.93%
GREEN value IS 41 (16.41% from 255) = 34.75%
BLUE value IS 70 (27.73% from 255) = 59.32%
R=5.93%
G=34.75%
B=59.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal741700.900.4100.73207.6281.8215.1
Hex729465A29049d052f
Octal75110613251011132012217
Binary11110100110001101011010101001010010011101000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072946; }

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

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

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

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

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

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

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

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