Html Css Color HEX #042941 Tangaroa

📋 copy color: '#042941'

red 4 ◦ green 41 ◦ blue 65

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

Shades of Tangaroa #042941

Tints of Tangaroa #042941

RGB

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

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

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

R = 3.64%
G = 37.27%
B = 59.09%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#042941 (or 0x042941) is known color: Tangaroa. HEX triplet: 04, 29 and 41. RGB value is (4,41,65). Sum of RGB (Red+Green+Blue) = 4+41+65=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #042941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042941 is #FBD6BE. Grayscale: #202020. Windows color (decimal): -16504511 or 4270340. OLE color: 4270340.

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

Color convert

RGB 4 41 65 -
CMYK 0.94 0.37 0 0.75
HSL 203.61º 0.88% 0.14% -
HSV(B) 203.61º 0.94% 0.25% -
XYZ 1.8 1.99 5.29 -
YUV 32.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 4 41 65 0.94 0.37 0 0.75 203.61 0.88 0.14
Hex 4 29 41 5E 25 0 4B CC 58 E
Octal 4 51 101 136 45 0 113 314 130 16
Binary 100 101001 1000001 1011110 100101 0 1001011 11001100 1011000 1110

Color Harmonies of #042941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042941

Black with #042941

Text Example


Text Example

White with #042941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042941; }

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

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

background-color css

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

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

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

border-color css

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

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

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