Html Css Color HEX #47356F Meteorite

📋 copy color: '#47356F'

red 71 ◦ green 53 ◦ blue 111

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

Shades of Meteorite #47356F

Tints of Meteorite #47356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.23%

R = 30.21%
G = 22.55%
B = 47.23%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47356F (or 0x47356F) is known color: Meteorite. HEX triplet: 47, 35 and 6F. RGB value is (71,53,111). Sum of RGB (Red+Green+Blue) = 71+53+111=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 111 - color contains mainly: blue. Hex color #47356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47356F is #B8CA90. Grayscale: #404040. Windows color (decimal): -12110481 or 7288135. OLE color: 7288135.

HSL color Cylindrical-coordinate representation of color #47356F: hue angle of 258.62º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47356F is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 53 111 -
CMYK 0.36 0.52 0 0.56
HSL 258.62º 0.35% 0.32% -
HSV(B) 258.62º 0.52% 0.44% -
XYZ 6.74 5.03 15.66 -
YUV 64.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 71 53 111 0.36 0.52 0 0.56 258.62 0.35 0.32
Hex 47 35 6F 24 34 0 38 103 23 20
Octal 107 65 157 44 64 0 70 403 43 40
Binary 1000111 110101 1101111 100100 110100 0 111000 100000011 100011 100000

Color Harmonies of #47356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47356F

Black with #47356F

Text Example


Text Example

White with #47356F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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