Html Css Color HEX #473C5E Meteorite

📋 copy color: '#473C5E'

red 71 ◦ green 60 ◦ blue 94

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

Shades of Meteorite #473C5E

Tints of Meteorite #473C5E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.67%

 BLUE value IS 94 (37.11% from 255) = 41.78%

R = 31.56%
G = 26.67%
B = 41.78%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#473C5E (or 0x473C5E) is known color: Meteorite. HEX triplet: 47, 3C and 5E. RGB value is (71,60,94). Sum of RGB (Red+Green+Blue) = 71+60+94=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #473C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C5E is #B8C3A1. Grayscale: #434343. Windows color (decimal): -12108706 or 6175815. OLE color: 6175815.

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

Color convert

RGB 71 60 94 -
CMYK 0.24 0.36 0 0.63
HSL 259.41º 0.22% 0.3% -
HSV(B) 259.41º 0.36% 0.37% -
XYZ 6.23 5.38 11.3 -
YUV 67.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 71 60 94 0.24 0.36 0 0.63 259.41 0.22 0.3
Hex 47 3C 5E 18 24 0 3F 103 16 1E
Octal 107 74 136 30 44 0 77 403 26 36
Binary 1000111 111100 1011110 11000 100100 0 111111 100000011 10110 11110

Color Harmonies of #473C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C5E

Black with #473C5E

Text Example


Text Example

White with #473C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,60,94); }

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

background-color css

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

 a { background-color: rgb(71,60,94); }

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

border-color css

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

 span { border-color: rgb(71,60,94); }

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