Html Css Color HEX #042647 Tangaroa

📋 copy color: '#042647'

red 4 ◦ green 38 ◦ blue 71

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

Shades of Tangaroa #042647

Tints of Tangaroa #042647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.63%

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

R = 3.54%
G = 33.63%
B = 62.83%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#042647 (or 0x042647) is known color: Tangaroa. HEX triplet: 04, 26 and 47. RGB value is (4,38,71). Sum of RGB (Red+Green+Blue) = 4+38+71=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 71 (28.12% from 255 or 62.83% from 113); Max value from RGB is 71 - color contains mainly: blue. Hex color #042647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042647 is #FBD9B8. Grayscale: #1F1F1F. Windows color (decimal): -16505273 or 4662788. OLE color: 4662788.

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

Color convert

RGB 4 38 71 -
CMYK 0.94 0.46 0 0.72
HSL 209.55º 0.89% 0.15% -
HSV(B) 209.55º 0.94% 0.28% -
XYZ 1.88 1.87 6.22 -
YUV 31.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 4 38 71 0.94 0.46 0 0.72 209.55 0.89 0.15
Hex 4 26 47 5E 2E 0 48 D2 59 F
Octal 4 46 107 136 56 0 110 322 131 17
Binary 100 100110 1000111 1011110 101110 0 1001000 11010010 1011001 1111

Color Harmonies of #042647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042647

Black with #042647

Text Example


Text Example

White with #042647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042647; }

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

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

background-color css

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

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

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

border-color css

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

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

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