Html Css Color HEX #042448 Tangaroa

📋 copy color: '#042448'

red 4 ◦ green 36 ◦ blue 72

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

Shades of Tangaroa #042448

Tints of Tangaroa #042448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 64.29%

R = 3.57%
G = 32.14%
B = 64.29%

CMYK

 C value IS 0.94

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#042448 (or 0x042448) is known color: Tangaroa. HEX triplet: 04, 24 and 48. RGB value is (4,36,72). Sum of RGB (Red+Green+Blue) = 4+36+72=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #042448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042448 is #FBDBB7. Grayscale: #1E1E1E. Windows color (decimal): -16505784 or 4727812. OLE color: 4727812.

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

Color convert

RGB 4 36 72 -
CMYK 0.94 0.5 0 0.72
HSL 211.76º 0.89% 0.15% -
HSV(B) 211.76º 0.94% 0.28% -
XYZ 1.85 1.76 6.37 -
YUV 30.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 4 36 72 0.94 0.5 0 0.72 211.76 0.89 0.15
Hex 4 24 48 5E 32 0 48 D4 59 F
Octal 4 44 110 136 62 0 110 324 131 17
Binary 100 100100 1001000 1011110 110010 0 1001000 11010100 1011001 1111

Color Harmonies of #042448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042448

Black with #042448

Text Example


Text Example

White with #042448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042448; }

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

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

background-color css

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

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

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

border-color css

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

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

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