Html Css Color HEX #470B5A Scarlet Gum

📋 copy color: '#470B5A'

red 71 ◦ green 11 ◦ blue 90

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

Shades of Scarlet Gum #470B5A

Tints of Scarlet Gum #470B5A

RGB

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

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

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

R = 41.28%
G = 6.4%
B = 52.33%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#470B5A (or 0x470B5A) is known color: Scarlet Gum. HEX triplet: 47, 0B and 5A. RGB value is (71,11,90). Sum of RGB (Red+Green+Blue) = 71+11+90=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #470B5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470B5A is #B8F4A5. Grayscale: #252525. Windows color (decimal): -12121254 or 5901127. OLE color: 5901127.

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

Color convert

RGB 71 11 90 -
CMYK 0.21 0.88 0 0.65
HSL 285.57º 0.78% 0.2% -
HSV(B) 285.57º 0.88% 0.35% -
XYZ 4.56 2.32 9.88 -
YUV 37.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 71 11 90 0.21 0.88 0 0.65 285.57 0.78 0.2
Hex 47 B 5A 15 58 0 41 11E 4E 14
Octal 107 13 132 25 130 0 101 436 116 24
Binary 1000111 1011 1011010 10101 1011000 0 1000001 100011110 1001110 10100

Color Harmonies of #470B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B5A

Black with #470B5A

Text Example


Text Example

White with #470B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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