Html Css Color HEX #470D5E Scarlet Gum

📋 copy color: '#470D5E'

red 71 ◦ green 13 ◦ blue 94

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

Shades of Scarlet Gum #470D5E

Tints of Scarlet Gum #470D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.3%

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

R = 39.89%
G = 7.3%
B = 52.81%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#470D5E (or 0x470D5E) is known color: Scarlet Gum. HEX triplet: 47, 0D and 5E. RGB value is (71,13,94). Sum of RGB (Red+Green+Blue) = 71+13+94=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #470D5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470D5E is #B8F2A1. Grayscale: #272727. Windows color (decimal): -12120738 or 6163783. OLE color: 6163783.

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

Color convert

RGB 71 13 94 -
CMYK 0.24 0.86 0 0.63
HSL 282.96º 0.76% 0.21% -
HSV(B) 282.96º 0.86% 0.37% -
XYZ 4.76 2.44 10.81 -
YUV 39.58 158.72 150.41 -
System Red Green Blue C M Y K H S L
Decimal 71 13 94 0.24 0.86 0 0.63 282.96 0.76 0.21
Hex 47 D 5E 18 56 0 3F 11B 4C 15
Octal 107 15 136 30 126 0 77 433 114 25
Binary 1000111 1101 1011110 11000 1010110 0 111111 100011011 1001100 10101

Color Harmonies of #470D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470D5E

Black with #470D5E

Text Example


Text Example

White with #470D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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