Html Css Color HEX #470A5E Scarlet Gum

📋 copy color: '#470A5E'

red 71 ◦ green 10 ◦ blue 94

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

Shades of Scarlet Gum #470A5E

Tints of Scarlet Gum #470A5E

RGB

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

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

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

R = 40.57%
G = 5.71%
B = 53.71%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#470A5E (or 0x470A5E) is known color: Scarlet Gum. HEX triplet: 47, 0A and 5E. RGB value is (71,10,94). Sum of RGB (Red+Green+Blue) = 71+10+94=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #470A5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470A5E is #B8F5A1. Grayscale: #252525. Windows color (decimal): -12121506 or 6163015. OLE color: 6163015.

HSL color Cylindrical-coordinate representation of color #470A5E: hue angle of 283.57º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470A5E is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 10 94 -
CMYK 0.24 0.89 0 0.63
HSL 283.57º 0.81% 0.2% -
HSV(B) 283.57º 0.89% 0.37% -
XYZ 4.73 2.36 10.8 -
YUV 37.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 71 10 94 0.24 0.89 0 0.63 283.57 0.81 0.2
Hex 47 A 5E 18 59 0 3F 11C 51 14
Octal 107 12 136 30 131 0 77 434 121 24
Binary 1000111 1010 1011110 11000 1011001 0 111111 100011100 1010001 10100

Color Harmonies of #470A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A5E

Black with #470A5E

Text Example


Text Example

White with #470A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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