#041F46

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

Shades of Tangaroa #041F46

Tints of Tangaroa #041F46

Color information

#041F46 (or 0x041F46) is unknown color: approx Tangaroa. HEX triplet: 04, 1F and 46. RGB value is (4,31,70). Sum of RGB (Red+Green+Blue) = 4+31+70=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 70 (27.73% from 255 or 66.67% from 105); Max value from RGB is 70 - color contains mainly: blue. Hex color #041F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041F46 is #FBE0B9. Grayscale: #1B1B1B. Windows color (decimal): -16507066 or 4595460. OLE color: 4595460.

HSL color Cylindrical-coordinate representation of color #041F46: hue angle of 215.45º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041F46 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB43170-
CMYK0.940.5600.73
HSL215.45º89.19%14.51%-
HSV(B)215.45º94.29%27.45%-
XYZ1.651.455.99-
YUV27.37152.05111.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.81%
GREEN value IS 31 (12.5% from 255) = 29.52%
BLUE value IS 70 (27.73% from 255) = 66.67%
R=3.81%
G=29.52%
B=66.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal431700.940.5600.73215.4589.1914.51
Hex41F465E38049d759f
Octal43710613670011132713117
Binary1001111110001101011110111000010010011101011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041F46; }

 p { color: rgb(4,31,70); }

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

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

 a { background-color: rgb(4,31,70); }

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

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

 span { border-color: rgb(4,31,70); }

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