Html Css Color HEX #473E5B Meteorite

📋 copy color: '#473E5B'

red 71 ◦ green 62 ◦ blue 91

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

Shades of Meteorite #473E5B

Tints of Meteorite #473E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.63%

R = 31.7%
G = 27.68%
B = 40.63%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#473E5B (or 0x473E5B) is known color: Meteorite. HEX triplet: 47, 3E and 5B. RGB value is (71,62,91). Sum of RGB (Red+Green+Blue) = 71+62+91=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #473E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E5B is #B8C1A4. Grayscale: #434343. Windows color (decimal): -12108197 or 5979719. OLE color: 5979719.

HSL color Cylindrical-coordinate representation of color #473E5B: hue angle of 258.62º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #473E5B is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 62 91 -
CMYK 0.22 0.32 0 0.64
HSL 258.62º 0.19% 0.3% -
HSV(B) 258.62º 0.32% 0.36% -
XYZ 6.21 5.54 10.64 -
YUV 68 140.98 130.14 -
System Red Green Blue C M Y K H S L
Decimal 71 62 91 0.22 0.32 0 0.64 258.62 0.19 0.3
Hex 47 3E 5B 16 20 0 40 103 13 1E
Octal 107 76 133 26 40 0 100 403 23 36
Binary 1000111 111110 1011011 10110 100000 0 1000000 100000011 10011 11110

Color Harmonies of #473E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E5B

Black with #473E5B

Text Example


Text Example

White with #473E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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