Html Css Color HEX #47365D Meteorite

📋 copy color: '#47365D'

red 71 ◦ green 54 ◦ blue 93

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

Shades of Meteorite #47365D

Tints of Meteorite #47365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.77%

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

R = 32.57%
G = 24.77%
B = 42.66%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47365D (or 0x47365D) is known color: Meteorite. HEX triplet: 47, 36 and 5D. RGB value is (71,54,93). Sum of RGB (Red+Green+Blue) = 71+54+93=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #47365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47365D is #B8C9A2. Grayscale: #3F3F3F. Windows color (decimal): -12110243 or 6108743. OLE color: 6108743.

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

Color convert

RGB 71 54 93 -
CMYK 0.24 0.42 0 0.64
HSL 266.15º 0.27% 0.29% -
HSV(B) 266.15º 0.42% 0.36% -
XYZ 5.89 4.77 10.97 -
YUV 63.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 71 54 93 0.24 0.42 0 0.64 266.15 0.27 0.29
Hex 47 36 5D 18 2A 0 40 10A 1B 1D
Octal 107 66 135 30 52 0 100 412 33 35
Binary 1000111 110110 1011101 11000 101010 0 1000000 100001010 11011 11101

Color Harmonies of #47365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47365D

Black with #47365D

Text Example


Text Example

White with #47365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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