Html Css Color HEX #472C58 Scarlet Gum

📋 copy color: '#472C58'

red 71 ◦ green 44 ◦ blue 88

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

Shades of Scarlet Gum #472C58

Tints of Scarlet Gum #472C58

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

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

R = 34.98%
G = 21.67%
B = 43.35%

CMYK

 C value IS 0.19

 M value IS 0.5

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#472C58 (or 0x472C58) is known color: Scarlet Gum. HEX triplet: 47, 2C and 58. RGB value is (71,44,88). Sum of RGB (Red+Green+Blue) = 71+44+88=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #472C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472C58 is #B8D3A7. Grayscale: #383838. Windows color (decimal): -12112808 or 5778503. OLE color: 5778503.

HSL color Cylindrical-coordinate representation of color #472C58: hue angle of 276.82º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #472C58 is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 44 88 -
CMYK 0.19 0.5 0 0.65
HSL 276.82º 0.33% 0.26% -
HSV(B) 276.82º 0.5% 0.35% -
XYZ 5.26 3.85 9.7 -
YUV 57.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 71 44 88 0.19 0.5 0 0.65 276.82 0.33 0.26
Hex 47 2C 58 13 32 0 41 115 21 1A
Octal 107 54 130 23 62 0 101 425 41 32
Binary 1000111 101100 1011000 10011 110010 0 1000001 100010101 100001 11010

Color Harmonies of #472C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C58

Black with #472C58

Text Example


Text Example

White with #472C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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