Html Css Color HEX #042841 Tangaroa

📋 copy color: '#042841'

red 4 ◦ green 40 ◦ blue 65

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

Shades of Tangaroa #042841

Tints of Tangaroa #042841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 36.7%

 BLUE value IS 65 (25.78% from 255) = 59.63%

R = 3.67%
G = 36.7%
B = 59.63%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#042841 (or 0x042841) is known color: Tangaroa. HEX triplet: 04, 28 and 41. RGB value is (4,40,65). Sum of RGB (Red+Green+Blue) = 4+40+65=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #042841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042841 is #FBD7BE. Grayscale: #1F1F1F. Windows color (decimal): -16504767 or 4270084. OLE color: 4270084.

HSL color Cylindrical-coordinate representation of color #042841: hue angle of 204.59º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042841 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 40 65 -
CMYK 0.94 0.38 0 0.75
HSL 204.59º 0.88% 0.14% -
HSV(B) 204.59º 0.94% 0.25% -
XYZ 1.76 1.93 5.28 -
YUV 32.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 4 40 65 0.94 0.38 0 0.75 204.59 0.88 0.14
Hex 4 28 41 5E 26 0 4B CD 58 E
Octal 4 50 101 136 46 0 113 315 130 16
Binary 100 101000 1000001 1011110 100110 0 1001011 11001101 1011000 1110

Color Harmonies of #042841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042841

Black with #042841

Text Example


Text Example

White with #042841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042841; }

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

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

background-color css

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

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

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

border-color css

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

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

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