Html Css Color HEX #47385C Meteorite

📋 copy color: '#47385C'

red 71 ◦ green 56 ◦ blue 92

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

Shades of Meteorite #47385C

Tints of Meteorite #47385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.01%

R = 32.42%
G = 25.57%
B = 42.01%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47385C (or 0x47385C) is known color: Meteorite. HEX triplet: 47, 38 and 5C. RGB value is (71,56,92). Sum of RGB (Red+Green+Blue) = 71+56+92=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #47385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47385C is #B8C7A3. Grayscale: #404040. Windows color (decimal): -12109732 or 6043719. OLE color: 6043719.

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

Color convert

RGB 71 56 92 -
CMYK 0.23 0.39 0 0.64
HSL 265º 0.24% 0.29% -
HSV(B) 265º 0.39% 0.36% -
XYZ 5.94 4.94 10.77 -
YUV 64.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 71 56 92 0.23 0.39 0 0.64 265 0.24 0.29
Hex 47 38 5C 17 27 0 40 109 18 1D
Octal 107 70 134 27 47 0 100 411 30 35
Binary 1000111 111000 1011100 10111 100111 0 1000000 100001001 11000 11101

Color Harmonies of #47385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47385C

Black with #47385C

Text Example


Text Example

White with #47385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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