#042845

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

Shades of Tangaroa #042845

Tints of Tangaroa #042845

Color information

#042845 (or 0x042845) is unknown color: approx Tangaroa. HEX triplet: 04, 28 and 45. RGB value is (4,40,69). Sum of RGB (Red+Green+Blue) = 4+40+69=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 69 (27.34% from 255 or 61.06% from 113); Max value from RGB is 69 - color contains mainly: blue. Hex color #042845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042845 is #FBD7BA. Grayscale: #202020. Windows color (decimal): -16504763 or 4532228. OLE color: 4532228.

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

Color convert

RGB44069-
CMYK0.940.4200.73
HSL206.77º89.04%14.31%-
HSV(B)206.77º94.2%27.06%-
XYZ1.881.975.91-
YUV32.54148.57107.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.54%
GREEN value IS 40 (16.02% from 255) = 35.40%
BLUE value IS 69 (27.34% from 255) = 61.06%
R=3.54%
G=35.40%
B=61.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal440690.940.4200.73206.7789.0414.31
Hex428455E2A049cf59e
Octal45010513652011131713116
Binary10010100010001011011110101010010010011100111110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042845; }

 p { color: rgb(4,40,69); }

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

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

 a { background-color: rgb(4,40,69); }

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

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

 span { border-color: rgb(4,40,69); }

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