Html Css Color HEX #042549 Tangaroa

📋 copy color: '#042549'

red 4 ◦ green 37 ◦ blue 73

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

Shades of Tangaroa #042549

Tints of Tangaroa #042549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.46%

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

R = 3.51%
G = 32.46%
B = 64.04%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#042549 (or 0x042549) is known color: Tangaroa. HEX triplet: 04, 25 and 49. RGB value is (4,37,73). Sum of RGB (Red+Green+Blue) = 4+37+73=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #042549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042549 is #FBDAB6. Grayscale: #1F1F1F. Windows color (decimal): -16505527 or 4793604. OLE color: 4793604.

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

Color convert

RGB 4 37 73 -
CMYK 0.95 0.49 0 0.71
HSL 211.3º 0.9% 0.15% -
HSV(B) 211.3º 0.95% 0.29% -
XYZ 1.91 1.83 6.56 -
YUV 31.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 4 37 73 0.95 0.49 0 0.71 211.3 0.9 0.15
Hex 4 25 49 5F 31 0 47 D3 5A F
Octal 4 45 111 137 61 0 107 323 132 17
Binary 100 100101 1001001 1011111 110001 0 1000111 11010011 1011010 1111

Color Harmonies of #042549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042549

Black with #042549

Text Example


Text Example

White with #042549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042549; }

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

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

background-color css

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

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

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

border-color css

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

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

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