Html Css Color HEX #47355D Meteorite

📋 copy color: '#47355D'

red 71 ◦ green 53 ◦ blue 93

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

Shades of Meteorite #47355D

Tints of Meteorite #47355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.42%

 BLUE value IS 93 (36.72% from 255) = 42.86%

R = 32.72%
G = 24.42%
B = 42.86%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47355D (or 0x47355D) is known color: Meteorite. HEX triplet: 47, 35 and 5D. RGB value is (71,53,93). Sum of RGB (Red+Green+Blue) = 71+53+93=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #47355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47355D is #B8CAA2. Grayscale: #3E3E3E. Windows color (decimal): -12110499 or 6108487. OLE color: 6108487.

HSL color Cylindrical-coordinate representation of color #47355D: hue angle of 267º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47355D is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 53 93 -
CMYK 0.24 0.43 0 0.64
HSL 267º 0.27% 0.29% -
HSV(B) 267º 0.43% 0.36% -
XYZ 5.85 4.68 10.95 -
YUV 62.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 71 53 93 0.24 0.43 0 0.64 267 0.27 0.29
Hex 47 35 5D 18 2B 0 40 10B 1B 1D
Octal 107 65 135 30 53 0 100 413 33 35
Binary 1000111 110101 1011101 11000 101011 0 1000000 100001011 11011 11101

Color Harmonies of #47355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47355D

Black with #47355D

Text Example


Text Example

White with #47355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47355D; }

 p { color: rgb(71,53,93); }

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

background-color css

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

 a { background-color: rgb(71,53,93); }

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

border-color css

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

 span { border-color: rgb(71,53,93); }

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