Html Css Color HEX #042449 Tangaroa

📋 copy color: '#042449'

red 4 ◦ green 36 ◦ blue 73

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

Shades of Tangaroa #042449

Tints of Tangaroa #042449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.86%

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

R = 3.54%
G = 31.86%
B = 64.6%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#042449 (or 0x042449) is known color: Tangaroa. HEX triplet: 04, 24 and 49. RGB value is (4,36,73). Sum of RGB (Red+Green+Blue) = 4+36+73=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #042449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042449 is #FBDBB6. Grayscale: #1E1E1E. Windows color (decimal): -16505783 or 4793348. OLE color: 4793348.

HSL color Cylindrical-coordinate representation of color #042449: hue angle of 212.17º 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 #042449 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 36 73 -
CMYK 0.95 0.51 0 0.71
HSL 212.17º 0.9% 0.15% -
HSV(B) 212.17º 0.95% 0.29% -
XYZ 1.88 1.77 6.55 -
YUV 30.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 4 36 73 0.95 0.51 0 0.71 212.17 0.9 0.15
Hex 4 24 49 5F 33 0 47 D4 5A F
Octal 4 44 111 137 63 0 107 324 132 17
Binary 100 100100 1001001 1011111 110011 0 1000111 11010100 1011010 1111

Color Harmonies of #042449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042449

Black with #042449

Text Example


Text Example

White with #042449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042449; }

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

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

background-color css

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

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

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

border-color css

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

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

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