Html Css Color HEX #47395A Meteorite

📋 copy color: '#47395A'

red 71 ◦ green 57 ◦ blue 90

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

Shades of Meteorite #47395A

Tints of Meteorite #47395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.15%

 BLUE value IS 90 (35.55% from 255) = 41.28%

R = 32.57%
G = 26.15%
B = 41.28%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47395A (or 0x47395A) is known color: Meteorite. HEX triplet: 47, 39 and 5A. RGB value is (71,57,90). Sum of RGB (Red+Green+Blue) = 71+57+90=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #47395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47395A is #B8C6A5. Grayscale: #404040. Windows color (decimal): -12109478 or 5912903. OLE color: 5912903.

HSL color Cylindrical-coordinate representation of color #47395A: hue angle of 265.45º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47395A is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 57 90 -
CMYK 0.21 0.37 0 0.65
HSL 265.45º 0.22% 0.29% -
HSV(B) 265.45º 0.37% 0.35% -
XYZ 5.91 5 10.33 -
YUV 64.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 71 57 90 0.21 0.37 0 0.65 265.45 0.22 0.29
Hex 47 39 5A 15 25 0 41 109 16 1D
Octal 107 71 132 25 45 0 101 411 26 35
Binary 1000111 111001 1011010 10101 100101 0 1000001 100001001 10110 11101

Color Harmonies of #47395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47395A

Black with #47395A

Text Example


Text Example

White with #47395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47395A; }

 p { color: rgb(71,57,90); }

 H1.HeaderClassName
 {
   color: #47395A;
 }
 .AnyTagClassName
 {
   color: #47395A;
 }
</style>

background-color css

<style>
 a { background-color: #47395A; }

 a { background-color: rgb(71,57,90); }

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

border-color css

<style>
 span { border-color: #47395A; }

 span { border-color: rgb(71,57,90); }

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