Html Css Color HEX #472458 Scarlet Gum

📋 copy color: '#472458'

red 71 ◦ green 36 ◦ blue 88

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

Shades of Scarlet Gum #472458

Tints of Scarlet Gum #472458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.46%

 BLUE value IS 88 (34.77% from 255) = 45.13%

R = 36.41%
G = 18.46%
B = 45.13%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#472458 (or 0x472458) is known color: Scarlet Gum. HEX triplet: 47, 24 and 58. RGB value is (71,36,88). Sum of RGB (Red+Green+Blue) = 71+36+88=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #472458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472458 is #B8DBA7. Grayscale: #343434. Windows color (decimal): -12114856 or 5776455. OLE color: 5776455.

HSL color Cylindrical-coordinate representation of color #472458: hue angle of 280.38º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #472458 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 36 88 -
CMYK 0.19 0.59 0 0.65
HSL 280.38º 0.42% 0.24% -
HSV(B) 280.38º 0.59% 0.35% -
XYZ 4.99 3.31 9.61 -
YUV 52.39 148.1 141.27 -
System Red Green Blue C M Y K H S L
Decimal 71 36 88 0.19 0.59 0 0.65 280.38 0.42 0.24
Hex 47 24 58 13 3B 0 41 118 2A 18
Octal 107 44 130 23 73 0 101 430 52 30
Binary 1000111 100100 1011000 10011 111011 0 1000001 100011000 101010 11000

Color Harmonies of #472458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472458

Black with #472458

Text Example


Text Example

White with #472458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472458; }

 p { color: rgb(71,36,88); }

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

background-color css

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

 a { background-color: rgb(71,36,88); }

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

border-color css

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

 span { border-color: rgb(71,36,88); }

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