Html Css Color HEX #042146 Tangaroa

📋 copy color: '#042146'

red 4 ◦ green 33 ◦ blue 70

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

Shades of Tangaroa #042146

Tints of Tangaroa #042146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.84%

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

R = 3.74%
G = 30.84%
B = 65.42%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#042146 (or 0x042146) is known color: Tangaroa. HEX triplet: 04, 21 and 46. RGB value is (4,33,70). Sum of RGB (Red+Green+Blue) = 4+33+70=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #042146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042146 is #FBDEB9. Grayscale: #1C1C1C. Windows color (decimal): -16506554 or 4595972. OLE color: 4595972.

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

Color convert

RGB 4 33 70 -
CMYK 0.94 0.53 0 0.73
HSL 213.64º 0.89% 0.15% -
HSV(B) 213.64º 0.94% 0.27% -
XYZ 1.7 1.56 6.01 -
YUV 28.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 4 33 70 0.94 0.53 0 0.73 213.64 0.89 0.15
Hex 4 21 46 5E 35 0 49 D6 59 F
Octal 4 41 106 136 65 0 111 326 131 17
Binary 100 100001 1000110 1011110 110101 0 1001001 11010110 1011001 1111

Color Harmonies of #042146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042146

Black with #042146

Text Example


Text Example

White with #042146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042146; }

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

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

background-color css

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

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

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

border-color css

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

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

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