Html Css Color HEX #042247 Tangaroa

📋 copy color: '#042247'

red 4 ◦ green 34 ◦ blue 71

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

Shades of Tangaroa #042247

Tints of Tangaroa #042247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.19%

 BLUE value IS 71 (28.13% from 255) = 65.14%

R = 3.67%
G = 31.19%
B = 65.14%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#042247 (or 0x042247) is known color: Tangaroa. HEX triplet: 04, 22 and 47. RGB value is (4,34,71). Sum of RGB (Red+Green+Blue) = 4+34+71=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 71 (28.12% from 255 or 65.14% from 109); Max value from RGB is 71 - color contains mainly: blue. Hex color #042247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042247 is #FBDDB8. Grayscale: #1D1D1D. Windows color (decimal): -16506297 or 4661764. OLE color: 4661764.

HSL color Cylindrical-coordinate representation of color #042247: hue angle of 213.13º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042247 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 34 71 -
CMYK 0.94 0.52 0 0.72
HSL 213.13º 0.89% 0.15% -
HSV(B) 213.13º 0.94% 0.28% -
XYZ 1.76 1.62 6.18 -
YUV 29.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 4 34 71 0.94 0.52 0 0.72 213.13 0.89 0.15
Hex 4 22 47 5E 34 0 48 D5 59 F
Octal 4 42 107 136 64 0 110 325 131 17
Binary 100 100010 1000111 1011110 110100 0 1001000 11010101 1011001 1111

Color Harmonies of #042247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042247

Black with #042247

Text Example


Text Example

White with #042247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042247; }

 p { color: rgb(4,34,71); }

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

background-color css

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

 a { background-color: rgb(4,34,71); }

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

border-color css

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

 span { border-color: rgb(4,34,71); }

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