Html Css Color HEX #042444 Tangaroa

📋 copy color: '#042444'

red 4 ◦ green 36 ◦ blue 68

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

Shades of Tangaroa #042444

Tints of Tangaroa #042444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 62.96%

R = 3.7%
G = 33.33%
B = 62.96%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#042444 (or 0x042444) is known color: Tangaroa. HEX triplet: 04, 24 and 44. RGB value is (4,36,68). Sum of RGB (Red+Green+Blue) = 4+36+68=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 68 (26.95% from 255 or 62.96% from 108); Max value from RGB is 68 - color contains mainly: blue. Hex color #042444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042444 is #FBDBBB. Grayscale: #1D1D1D. Windows color (decimal): -16505788 or 4465668. OLE color: 4465668.

HSL color Cylindrical-coordinate representation of color #042444: hue angle of 210º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042444 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 36 68 -
CMYK 0.94 0.47 0 0.73
HSL 210º 0.89% 0.14% -
HSV(B) 210º 0.94% 0.27% -
XYZ 1.72 1.7 5.71 -
YUV 30.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 4 36 68 0.94 0.47 0 0.73 210 0.89 0.14
Hex 4 24 44 5E 2F 0 49 D2 59 E
Octal 4 44 104 136 57 0 111 322 131 16
Binary 100 100100 1000100 1011110 101111 0 1001001 11010010 1011001 1110

Color Harmonies of #042444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042444

Black with #042444

Text Example


Text Example

White with #042444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042444; }

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

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

background-color css

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

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

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

border-color css

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

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

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