Html Css Color HEX #042748 Tangaroa

📋 copy color: '#042748'

red 4 ◦ green 39 ◦ blue 72

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

Shades of Tangaroa #042748

Tints of Tangaroa #042748

RGB

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

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

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

R = 3.48%
G = 33.91%
B = 62.61%

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

#042748 (or 0x042748) is known color: Tangaroa. HEX triplet: 04, 27 and 48. RGB value is (4,39,72). Sum of RGB (Red+Green+Blue) = 4+39+72=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #042748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042748 is #FBD8B7. Grayscale: #202020. Windows color (decimal): -16505016 or 4728580. OLE color: 4728580.

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

Color convert

RGB 4 39 72 -
CMYK 0.94 0.46 0 0.72
HSL 209.12º 0.89% 0.15% -
HSV(B) 209.12º 0.94% 0.28% -
XYZ 1.95 1.94 6.4 -
YUV 32.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 4 39 72 0.94 0.46 0 0.72 209.12 0.89 0.15
Hex 4 27 48 5E 2E 0 48 D1 59 F
Octal 4 47 110 136 56 0 110 321 131 17
Binary 100 100111 1001000 1011110 101110 0 1001000 11010001 1011001 1111

Color Harmonies of #042748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042748

Black with #042748

Text Example


Text Example

White with #042748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042748; }

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

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

background-color css

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

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

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

border-color css

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

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

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