Html Css Color HEX #47305A Scarlet Gum

📋 copy color: '#47305A'

red 71 ◦ green 48 ◦ blue 90

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

Shades of Scarlet Gum #47305A

Tints of Scarlet Gum #47305A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.06%

R = 33.97%
G = 22.97%
B = 43.06%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47305A (or 0x47305A) is known color: Scarlet Gum. HEX triplet: 47, 30 and 5A. RGB value is (71,48,90). Sum of RGB (Red+Green+Blue) = 71+48+90=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #47305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47305A is #B8CFA5. Grayscale: #3B3B3B. Windows color (decimal): -12111782 or 5910599. OLE color: 5910599.

HSL color Cylindrical-coordinate representation of color #47305A: hue angle of 272.86º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47305A is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 48 90 -
CMYK 0.21 0.47 0 0.65
HSL 272.86º 0.3% 0.27% -
HSV(B) 272.86º 0.47% 0.35% -
XYZ 5.5 4.19 10.19 -
YUV 59.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 71 48 90 0.21 0.47 0 0.65 272.86 0.3 0.27
Hex 47 30 5A 15 2F 0 41 111 1E 1B
Octal 107 60 132 25 57 0 101 421 36 33
Binary 1000111 110000 1011010 10101 101111 0 1000001 100010001 11110 11011

Color Harmonies of #47305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47305A

Black with #47305A

Text Example


Text Example

White with #47305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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