Html Css Color HEX #470A5A Scarlet Gum

📋 copy color: '#470A5A'

red 71 ◦ green 10 ◦ blue 90

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

Shades of Scarlet Gum #470A5A

Tints of Scarlet Gum #470A5A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.85%

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

R = 41.52%
G = 5.85%
B = 52.63%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#470A5A (or 0x470A5A) is known color: Scarlet Gum. HEX triplet: 47, 0A and 5A. RGB value is (71,10,90). Sum of RGB (Red+Green+Blue) = 71+10+90=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #470A5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470A5A is #B8F5A5. Grayscale: #252525. Windows color (decimal): -12121510 or 5900871. OLE color: 5900871.

HSL color Cylindrical-coordinate representation of color #470A5A: hue angle of 285.75º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470A5A is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 10 90 -
CMYK 0.21 0.89 0 0.65
HSL 285.75º 0.8% 0.2% -
HSV(B) 285.75º 0.89% 0.35% -
XYZ 4.55 2.29 9.88 -
YUV 37.36 157.71 152 -
System Red Green Blue C M Y K H S L
Decimal 71 10 90 0.21 0.89 0 0.65 285.75 0.8 0.2
Hex 47 A 5A 15 59 0 41 11E 50 14
Octal 107 12 132 25 131 0 101 436 120 24
Binary 1000111 1010 1011010 10101 1011001 0 1000001 100011110 1010000 10100

Color Harmonies of #470A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A5A

Black with #470A5A

Text Example


Text Example

White with #470A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470A5A; }

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

 H1.HeaderClassName
 {
   color: #470A5A;
 }
 .AnyTagClassName
 {
   color: #470A5A;
 }
</style>

background-color css

<style>
 a { background-color: #470A5A; }

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

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

border-color css

<style>
 span { border-color: #470A5A; }

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

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