Html Css Color HEX #042646 Tangaroa

📋 copy color: '#042646'

red 4 ◦ green 38 ◦ blue 70

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

Shades of Tangaroa #042646

Tints of Tangaroa #042646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.93%

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

R = 3.57%
G = 33.93%
B = 62.5%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#042646 (or 0x042646) is known color: Tangaroa. HEX triplet: 04, 26 and 46. RGB value is (4,38,70). Sum of RGB (Red+Green+Blue) = 4+38+70=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 70 (27.73% from 255 or 62.5% from 112); Max value from RGB is 70 - color contains mainly: blue. Hex color #042646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042646 is #FBD9B9. Grayscale: #1F1F1F. Windows color (decimal): -16505274 or 4597252. OLE color: 4597252.

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

Color convert

RGB 4 38 70 -
CMYK 0.94 0.46 0 0.73
HSL 209.09º 0.89% 0.15% -
HSV(B) 209.09º 0.94% 0.27% -
XYZ 1.85 1.85 6.05 -
YUV 31.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 4 38 70 0.94 0.46 0 0.73 209.09 0.89 0.15
Hex 4 26 46 5E 2E 0 49 D1 59 F
Octal 4 46 106 136 56 0 111 321 131 17
Binary 100 100110 1000110 1011110 101110 0 1001001 11010001 1011001 1111

Color Harmonies of #042646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042646

Black with #042646

Text Example


Text Example

White with #042646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042646; }

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

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

background-color css

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

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

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

border-color css

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

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

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