Html Css Color HEX #47356B Meteorite

📋 copy color: '#47356B'

red 71 ◦ green 53 ◦ blue 107

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

Shades of Meteorite #47356B

Tints of Meteorite #47356B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.94%

 BLUE value IS 107 (42.19% from 255) = 46.32%

R = 30.74%
G = 22.94%
B = 46.32%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47356B (or 0x47356B) is known color: Meteorite. HEX triplet: 47, 35 and 6B. RGB value is (71,53,107). Sum of RGB (Red+Green+Blue) = 71+53+107=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #47356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47356B is #B8CA94. Grayscale: #404040. Windows color (decimal): -12110485 or 7025991. OLE color: 7025991.

HSL color Cylindrical-coordinate representation of color #47356B: hue angle of 260º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47356B is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 53 107 -
CMYK 0.34 0.50 0 0.58
HSL 260º 0.34% 0.31% -
HSV(B) 260º 0.5% 0.42% -
XYZ 6.53 4.95 14.52 -
YUV 64.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 71 53 107 0.34 0.50 0 0.58 260 0.34 0.31
Hex 47 35 6B 22 32 0 3A 104 22 1F
Octal 107 65 153 42 62 0 72 404 42 37
Binary 1000111 110101 1101011 100010 110010 0 111010 100000100 100010 11111

Color Harmonies of #47356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47356B

Black with #47356B

Text Example


Text Example

White with #47356B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,53,107); }

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

background-color css

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

 a { background-color: rgb(71,53,107); }

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

border-color css

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

 span { border-color: rgb(71,53,107); }

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