Html Css Color HEX #473E71 Meteorite

📋 copy color: '#473E71'

red 71 ◦ green 62 ◦ blue 113

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

Shades of Meteorite #473E71

Tints of Meteorite #473E71

RGB

 RED value IS 71 (28.13% from 255) = 28.86%

 GREEN value IS 62 (24.61% from 255) = 25.2%

 BLUE value IS 113 (44.53% from 255) = 45.93%

R = 28.86%
G = 25.2%
B = 45.93%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#473E71 (or 0x473E71) is known color: Meteorite. HEX triplet: 47, 3E and 71. RGB value is (71,62,113). Sum of RGB (Red+Green+Blue) = 71+62+113=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #473E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E71 is #B8C18E. Grayscale: #464646. Windows color (decimal): -12108175 or 7421511. OLE color: 7421511.

HSL color Cylindrical-coordinate representation of color #473E71: hue angle of 250.59º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #473E71 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 62 113 -
CMYK 0.37 0.45 0 0.56
HSL 250.59º 0.29% 0.34% -
HSV(B) 250.59º 0.45% 0.44% -
XYZ 7.3 5.98 16.39 -
YUV 70.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 71 62 113 0.37 0.45 0 0.56 250.59 0.29 0.34
Hex 47 3E 71 25 2D 0 38 FB 1D 22
Octal 107 76 161 45 55 0 70 373 35 42
Binary 1000111 111110 1110001 100101 101101 0 111000 11111011 11101 100010

Color Harmonies of #473E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E71

Black with #473E71

Text Example


Text Example

White with #473E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473E71; }

 p { color: rgb(71,62,113); }

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

background-color css

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

 a { background-color: rgb(71,62,113); }

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

border-color css

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

 span { border-color: rgb(71,62,113); }

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