Html Css Color HEX #47356D Meteorite

📋 copy color: '#47356D'

red 71 ◦ green 53 ◦ blue 109

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

Shades of Meteorite #47356D

Tints of Meteorite #47356D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.78%

R = 30.47%
G = 22.75%
B = 46.78%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47356D (or 0x47356D) is known color: Meteorite. HEX triplet: 47, 35 and 6D. RGB value is (71,53,109). Sum of RGB (Red+Green+Blue) = 71+53+109=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #47356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47356D is #B8CA92. Grayscale: #404040. Windows color (decimal): -12110483 or 7157063. OLE color: 7157063.

HSL color Cylindrical-coordinate representation of color #47356D: hue angle of 259.29º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47356D is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 53 109 -
CMYK 0.35 0.51 0 0.57
HSL 259.29º 0.35% 0.32% -
HSV(B) 259.29º 0.51% 0.43% -
XYZ 6.63 4.99 15.08 -
YUV 64.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 71 53 109 0.35 0.51 0 0.57 259.29 0.35 0.32
Hex 47 35 6D 23 33 0 39 103 23 20
Octal 107 65 155 43 63 0 71 403 43 40
Binary 1000111 110101 1101101 100011 110011 0 111001 100000011 100011 100000

Color Harmonies of #47356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47356D

Black with #47356D

Text Example


Text Example

White with #47356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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