Html Css Color HEX #47385D Meteorite

📋 copy color: '#47385D'

red 71 ◦ green 56 ◦ blue 93

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

Shades of Meteorite #47385D

Tints of Meteorite #47385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.45%

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

R = 32.27%
G = 25.45%
B = 42.27%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47385D (or 0x47385D) is known color: Meteorite. HEX triplet: 47, 38 and 5D. RGB value is (71,56,93). Sum of RGB (Red+Green+Blue) = 71+56+93=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #47385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47385D is #B8C7A2. Grayscale: #404040. Windows color (decimal): -12109731 or 6109255. OLE color: 6109255.

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

Color convert

RGB 71 56 93 -
CMYK 0.24 0.40 0 0.64
HSL 264.32º 0.25% 0.29% -
HSV(B) 264.32º 0.4% 0.36% -
XYZ 5.99 4.96 11 -
YUV 64.7 143.97 132.49 -
System Red Green Blue C M Y K H S L
Decimal 71 56 93 0.24 0.40 0 0.64 264.32 0.25 0.29
Hex 47 38 5D 18 28 0 40 108 19 1D
Octal 107 70 135 30 50 0 100 410 31 35
Binary 1000111 111000 1011101 11000 101000 0 1000000 100001000 11001 11101

Color Harmonies of #47385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47385D

Black with #47385D

Text Example


Text Example

White with #47385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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