Html Css Color HEX #470B5C Scarlet Gum

📋 copy color: '#470B5C'

red 71 ◦ green 11 ◦ blue 92

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

Shades of Scarlet Gum #470B5C

Tints of Scarlet Gum #470B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 52.87%

R = 40.8%
G = 6.32%
B = 52.87%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#470B5C (or 0x470B5C) is known color: Scarlet Gum. HEX triplet: 47, 0B and 5C. RGB value is (71,11,92). Sum of RGB (Red+Green+Blue) = 71+11+92=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #470B5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470B5C is #B8F4A3. Grayscale: #252525. Windows color (decimal): -12121252 or 6032199. OLE color: 6032199.

HSL color Cylindrical-coordinate representation of color #470B5C: hue angle of 284.44º 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 #470B5C is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 11 92 -
CMYK 0.23 0.88 0 0.64
HSL 284.44º 0.79% 0.2% -
HSV(B) 284.44º 0.88% 0.36% -
XYZ 4.65 2.35 10.33 -
YUV 38.17 158.38 151.41 -
System Red Green Blue C M Y K H S L
Decimal 71 11 92 0.23 0.88 0 0.64 284.44 0.79 0.2
Hex 47 B 5C 17 58 0 40 11C 4F 14
Octal 107 13 134 27 130 0 100 434 117 24
Binary 1000111 1011 1011100 10111 1011000 0 1000000 100011100 1001111 10100

Color Harmonies of #470B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B5C

Black with #470B5C

Text Example


Text Example

White with #470B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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