Html Css Color HEX #042744 Tangaroa

📋 copy color: '#042744'

red 4 ◦ green 39 ◦ blue 68

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

Shades of Tangaroa #042744

Tints of Tangaroa #042744

RGB

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

 GREEN value IS 39 (15.63% from 255) = 35.14%

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

R = 3.6%
G = 35.14%
B = 61.26%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#042744 (or 0x042744) is known color: Tangaroa. HEX triplet: 04, 27 and 44. RGB value is (4,39,68). Sum of RGB (Red+Green+Blue) = 4+39+68=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 68 (26.95% from 255 or 61.26% from 111); Max value from RGB is 68 - color contains mainly: blue. Hex color #042744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042744 is #FBD8BB. Grayscale: #1F1F1F. Windows color (decimal): -16505020 or 4466436. OLE color: 4466436.

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

Color convert

RGB 4 39 68 -
CMYK 0.94 0.43 0 0.73
HSL 207.19º 0.89% 0.14% -
HSV(B) 207.19º 0.94% 0.27% -
XYZ 1.82 1.89 5.74 -
YUV 31.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 4 39 68 0.94 0.43 0 0.73 207.19 0.89 0.14
Hex 4 27 44 5E 2B 0 49 CF 59 E
Octal 4 47 104 136 53 0 111 317 131 16
Binary 100 100111 1000100 1011110 101011 0 1001001 11001111 1011001 1110

Color Harmonies of #042744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042744

Black with #042744

Text Example


Text Example

White with #042744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042744; }

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

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

background-color css

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

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

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

border-color css

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

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

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