Html Css Color HEX #47305E Scarlet Gum

📋 copy color: '#47305E'

red 71 ◦ green 48 ◦ blue 94

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

Shades of Scarlet Gum #47305E

Tints of Scarlet Gum #47305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.54%

 BLUE value IS 94 (37.11% from 255) = 44.13%

R = 33.33%
G = 22.54%
B = 44.13%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47305E (or 0x47305E) is known color: Scarlet Gum. HEX triplet: 47, 30 and 5E. RGB value is (71,48,94). Sum of RGB (Red+Green+Blue) = 71+48+94=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #47305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47305E is #B8CFA1. Grayscale: #3B3B3B. Windows color (decimal): -12111778 or 6172743. OLE color: 6172743.

HSL color Cylindrical-coordinate representation of color #47305E: hue angle of 270º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47305E is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 48 94 -
CMYK 0.24 0.49 0 0.63
HSL 270º 0.32% 0.28% -
HSV(B) 270º 0.49% 0.37% -
XYZ 5.68 4.26 11.11 -
YUV 60.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 71 48 94 0.24 0.49 0 0.63 270 0.32 0.28
Hex 47 30 5E 18 31 0 3F 10E 20 1C
Octal 107 60 136 30 61 0 77 416 40 34
Binary 1000111 110000 1011110 11000 110001 0 111111 100001110 100000 11100

Color Harmonies of #47305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47305E

Black with #47305E

Text Example


Text Example

White with #47305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,48,94); }

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

background-color css

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

 a { background-color: rgb(71,48,94); }

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

border-color css

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

 span { border-color: rgb(71,48,94); }

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