Html Css Color HEX #042849 Tangaroa

📋 copy color: '#042849'

red 4 ◦ green 40 ◦ blue 73

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

Shades of Tangaroa #042849

Tints of Tangaroa #042849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 62.39%

R = 3.42%
G = 34.19%
B = 62.39%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#042849 (or 0x042849) is known color: Tangaroa. HEX triplet: 04, 28 and 49. RGB value is (4,40,73). Sum of RGB (Red+Green+Blue) = 4+40+73=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 73 (28.91% from 255 or 62.39% from 117); Max value from RGB is 73 - color contains mainly: blue. Hex color #042849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042849 is #FBD7B6. Grayscale: #202020. Windows color (decimal): -16504759 or 4794372. OLE color: 4794372.

HSL color Cylindrical-coordinate representation of color #042849: hue angle of 208.7º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042849 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 40 73 -
CMYK 0.95 0.45 0 0.71
HSL 208.7º 0.9% 0.15% -
HSV(B) 208.7º 0.95% 0.29% -
XYZ 2.01 2.02 6.59 -
YUV 33 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 4 40 73 0.95 0.45 0 0.71 208.7 0.9 0.15
Hex 4 28 49 5F 2D 0 47 D1 5A F
Octal 4 50 111 137 55 0 107 321 132 17
Binary 100 101000 1001001 1011111 101101 0 1000111 11010001 1011010 1111

Color Harmonies of #042849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042849

Black with #042849

Text Example


Text Example

White with #042849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042849; }

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

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

background-color css

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

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

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

border-color css

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

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

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