Html Css Color HEX #47385E Meteorite

📋 copy color: '#47385E'

red 71 ◦ green 56 ◦ blue 94

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

Shades of Meteorite #47385E

Tints of Meteorite #47385E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.53%

R = 32.13%
G = 25.34%
B = 42.53%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47385E (or 0x47385E) is known color: Meteorite. HEX triplet: 47, 38 and 5E. RGB value is (71,56,94). Sum of RGB (Red+Green+Blue) = 71+56+94=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 94 - color contains mainly: blue. Hex color #47385E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47385E is #B8C7A1. Grayscale: #404040. Windows color (decimal): -12109730 or 6174791. OLE color: 6174791.

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

Color convert

RGB 71 56 94 -
CMYK 0.24 0.40 0 0.63
HSL 263.68º 0.25% 0.29% -
HSV(B) 263.68º 0.4% 0.37% -
XYZ 6.03 4.98 11.23 -
YUV 64.82 144.47 132.41 -
System Red Green Blue C M Y K H S L
Decimal 71 56 94 0.24 0.40 0 0.63 263.68 0.25 0.29
Hex 47 38 5E 18 28 0 3F 108 19 1D
Octal 107 70 136 30 50 0 77 410 31 35
Binary 1000111 111000 1011110 11000 101000 0 111111 100001000 11001 11101

Color Harmonies of #47385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47385E

Black with #47385E

Text Example


Text Example

White with #47385E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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