Html Css Color HEX #47386A Meteorite

📋 copy color: '#47386A'

red 71 ◦ green 56 ◦ blue 106

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

Shades of Meteorite #47386A

Tints of Meteorite #47386A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 45.49%

R = 30.47%
G = 24.03%
B = 45.49%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47386A (or 0x47386A) is known color: Meteorite. HEX triplet: 47, 38 and 6A. RGB value is (71,56,106). Sum of RGB (Red+Green+Blue) = 71+56+106=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 106 - color contains mainly: blue. Hex color #47386A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47386A is #B8C795. Grayscale: #424242. Windows color (decimal): -12109718 or 6961223. OLE color: 6961223.

HSL color Cylindrical-coordinate representation of color #47386A: hue angle of 258º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47386A is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 56 106 -
CMYK 0.33 0.47 0 0.58
HSL 258º 0.31% 0.32% -
HSV(B) 258º 0.47% 0.42% -
XYZ 6.61 5.21 14.29 -
YUV 66.19 150.47 131.43 -
System Red Green Blue C M Y K H S L
Decimal 71 56 106 0.33 0.47 0 0.58 258 0.31 0.32
Hex 47 38 6A 21 2F 0 3A 102 1F 20
Octal 107 70 152 41 57 0 72 402 37 40
Binary 1000111 111000 1101010 100001 101111 0 111010 100000010 11111 100000

Color Harmonies of #47386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47386A

Black with #47386A

Text Example


Text Example

White with #47386A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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