Html Css Color HEX #473E72 Meteorite

📋 copy color: '#473E72'

red 71 ◦ green 62 ◦ blue 114

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

Shades of Meteorite #473E72

Tints of Meteorite #473E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.15%

R = 28.74%
G = 25.1%
B = 46.15%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#473E72 (or 0x473E72) is known color: Meteorite. HEX triplet: 47, 3E and 72. RGB value is (71,62,114). Sum of RGB (Red+Green+Blue) = 71+62+114=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #473E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E72 is #B8C18D. Grayscale: #464646. Windows color (decimal): -12108174 or 7487047. OLE color: 7487047.

HSL color Cylindrical-coordinate representation of color #473E72: hue angle of 250.38º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #473E72 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 62 114 -
CMYK 0.38 0.46 0 0.55
HSL 250.38º 0.3% 0.35% -
HSV(B) 250.38º 0.46% 0.45% -
XYZ 7.36 6 16.69 -
YUV 70.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 71 62 114 0.38 0.46 0 0.55 250.38 0.3 0.35
Hex 47 3E 72 26 2E 0 37 FA 1E 23
Octal 107 76 162 46 56 0 67 372 36 43
Binary 1000111 111110 1110010 100110 101110 0 110111 11111010 11110 100011

Color Harmonies of #473E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E72

Black with #473E72

Text Example


Text Example

White with #473E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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