Html Css Color HEX #47356E Meteorite

📋 copy color: '#47356E'

red 71 ◦ green 53 ◦ blue 110

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

Shades of Meteorite #47356E

Tints of Meteorite #47356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.01%

R = 30.34%
G = 22.65%
B = 47.01%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47356E (or 0x47356E) is known color: Meteorite. HEX triplet: 47, 35 and 6E. RGB value is (71,53,110). Sum of RGB (Red+Green+Blue) = 71+53+110=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #47356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47356E is #B8CA91. Grayscale: #404040. Windows color (decimal): -12110482 or 7222599. OLE color: 7222599.

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

Color convert

RGB 71 53 110 -
CMYK 0.35 0.52 0 0.57
HSL 258.95º 0.35% 0.32% -
HSV(B) 258.95º 0.52% 0.43% -
XYZ 6.69 5.01 15.37 -
YUV 64.88 153.46 132.37 -
System Red Green Blue C M Y K H S L
Decimal 71 53 110 0.35 0.52 0 0.57 258.95 0.35 0.32
Hex 47 35 6E 23 34 0 39 103 23 20
Octal 107 65 156 43 64 0 71 403 43 40
Binary 1000111 110101 1101110 100011 110100 0 111001 100000011 100011 100000

Color Harmonies of #47356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47356E

Black with #47356E

Text Example


Text Example

White with #47356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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