Html Css Color HEX #042946 Tangaroa

📋 copy color: '#042946'

red 4 ◦ green 41 ◦ blue 70

#042946
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #042946

Tints of Tangaroa #042946

RGB

 RED value IS 4 (1.95% from 255) = 3.48%

 GREEN value IS 41 (16.41% from 255) = 35.65%

 BLUE value IS 70 (27.73% from 255) = 60.87%

R = 3.48%
G = 35.65%
B = 60.87%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#042946 (or 0x042946) is known color: Tangaroa. HEX triplet: 04, 29 and 46. RGB value is (4,41,70). Sum of RGB (Red+Green+Blue) = 4+41+70=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 70 (27.73% from 255 or 60.87% from 115); Max value from RGB is 70 - color contains mainly: blue. Hex color #042946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042946 is #FBD6B9. Grayscale: #212121. Windows color (decimal): -16504506 or 4598020. OLE color: 4598020.

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

Color convert

RGB 4 41 70 -
CMYK 0.94 0.41 0 0.73
HSL 206.36º 0.89% 0.15% -
HSV(B) 206.36º 0.94% 0.27% -
XYZ 1.95 2.05 6.09 -
YUV 33.24 148.74 107.14 -
System Red Green Blue C M Y K H S L
Decimal 4 41 70 0.94 0.41 0 0.73 206.36 0.89 0.15
Hex 4 29 46 5E 29 0 49 CE 59 F
Octal 4 51 106 136 51 0 111 316 131 17
Binary 100 101001 1000110 1011110 101001 0 1001001 11001110 1011001 1111

Color Harmonies of #042946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042946

Black with #042946

Text Example


Text Example

White with #042946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042946; }

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

 H1.HeaderClassName
 {
   color: #042946;
 }
 .AnyTagClassName
 {
   color: #042946;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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