Html Css Color HEX #47385A Meteorite

📋 copy color: '#47385A'

red 71 ◦ green 56 ◦ blue 90

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

Shades of Meteorite #47385A

Tints of Meteorite #47385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.47%

R = 32.72%
G = 25.81%
B = 41.47%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47385A (or 0x47385A) is known color: Meteorite. HEX triplet: 47, 38 and 5A. RGB value is (71,56,90). Sum of RGB (Red+Green+Blue) = 71+56+90=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #47385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47385A is #B8C7A5. Grayscale: #404040. Windows color (decimal): -12109734 or 5912647. OLE color: 5912647.

HSL color Cylindrical-coordinate representation of color #47385A: hue angle of 266.47º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47385A is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 56 90 -
CMYK 0.21 0.38 0 0.65
HSL 266.47º 0.23% 0.29% -
HSV(B) 266.47º 0.38% 0.35% -
XYZ 5.86 4.91 10.31 -
YUV 64.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 71 56 90 0.21 0.38 0 0.65 266.47 0.23 0.29
Hex 47 38 5A 15 26 0 41 10A 17 1D
Octal 107 70 132 25 46 0 101 412 27 35
Binary 1000111 111000 1011010 10101 100110 0 1000001 100001010 10111 11101

Color Harmonies of #47385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47385A

Black with #47385A

Text Example


Text Example

White with #47385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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