Html Css Color HEX #47385B Meteorite

📋 copy color: '#47385B'

red 71 ◦ green 56 ◦ blue 91

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

Shades of Meteorite #47385B

Tints of Meteorite #47385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.74%

R = 32.57%
G = 25.69%
B = 41.74%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47385B (or 0x47385B) is known color: Meteorite. HEX triplet: 47, 38 and 5B. RGB value is (71,56,91). Sum of RGB (Red+Green+Blue) = 71+56+91=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #47385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47385B is #B8C7A4. Grayscale: #404040. Windows color (decimal): -12109733 or 5978183. OLE color: 5978183.

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

Color convert

RGB 71 56 91 -
CMYK 0.22 0.38 0 0.64
HSL 265.71º 0.24% 0.29% -
HSV(B) 265.71º 0.38% 0.36% -
XYZ 5.9 4.92 10.54 -
YUV 64.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 71 56 91 0.22 0.38 0 0.64 265.71 0.24 0.29
Hex 47 38 5B 16 26 0 40 10A 18 1D
Octal 107 70 133 26 46 0 100 412 30 35
Binary 1000111 111000 1011011 10110 100110 0 1000000 100001010 11000 11101

Color Harmonies of #47385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47385B

Black with #47385B

Text Example


Text Example

White with #47385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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