Html Css Color HEX #47356C Meteorite

📋 copy color: '#47356C'

red 71 ◦ green 53 ◦ blue 108

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

Shades of Meteorite #47356C

Tints of Meteorite #47356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.55%

R = 30.6%
G = 22.84%
B = 46.55%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47356C (or 0x47356C) is known color: Meteorite. HEX triplet: 47, 35 and 6C. RGB value is (71,53,108). Sum of RGB (Red+Green+Blue) = 71+53+108=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #47356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47356C is #B8CA93. Grayscale: #404040. Windows color (decimal): -12110484 or 7091527. OLE color: 7091527.

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

Color convert

RGB 71 53 108 -
CMYK 0.34 0.51 0 0.58
HSL 259.64º 0.34% 0.32% -
HSV(B) 259.64º 0.51% 0.42% -
XYZ 6.58 4.97 14.8 -
YUV 64.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 71 53 108 0.34 0.51 0 0.58 259.64 0.34 0.32
Hex 47 35 6C 22 33 0 3A 104 22 20
Octal 107 65 154 42 63 0 72 404 42 40
Binary 1000111 110101 1101100 100010 110011 0 111010 100000100 100010 100000

Color Harmonies of #47356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47356C

Black with #47356C

Text Example


Text Example

White with #47356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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