Html Css Color HEX #470B5D Scarlet Gum

📋 copy color: '#470B5D'

red 71 ◦ green 11 ◦ blue 93

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

Shades of Scarlet Gum #470B5D

Tints of Scarlet Gum #470B5D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.29%

 BLUE value IS 93 (36.72% from 255) = 53.14%

R = 40.57%
G = 6.29%
B = 53.14%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#470B5D (or 0x470B5D) is known color: Scarlet Gum. HEX triplet: 47, 0B and 5D. RGB value is (71,11,93). Sum of RGB (Red+Green+Blue) = 71+11+93=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #470B5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470B5D is #B8F4A2. Grayscale: #262626. Windows color (decimal): -12121251 or 6097735. OLE color: 6097735.

HSL color Cylindrical-coordinate representation of color #470B5D: hue angle of 283.9º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #470B5D is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 11 93 -
CMYK 0.24 0.88 0 0.64
HSL 283.9º 0.79% 0.2% -
HSV(B) 283.9º 0.88% 0.36% -
XYZ 4.69 2.37 10.57 -
YUV 38.29 158.88 151.33 -
System Red Green Blue C M Y K H S L
Decimal 71 11 93 0.24 0.88 0 0.64 283.9 0.79 0.2
Hex 47 B 5D 18 58 0 40 11C 4F 14
Octal 107 13 135 30 130 0 100 434 117 24
Binary 1000111 1011 1011101 11000 1011000 0 1000000 100011100 1001111 10100

Color Harmonies of #470B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B5D

Black with #470B5D

Text Example


Text Example

White with #470B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,11,93); }

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

background-color css

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

 a { background-color: rgb(71,11,93); }

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

border-color css

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

 span { border-color: rgb(71,11,93); }

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