Html Css Color HEX #472F54 Scarlet Gum

📋 copy color: '#472F54'

red 71 ◦ green 47 ◦ blue 84

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

Shades of Scarlet Gum #472F54

Tints of Scarlet Gum #472F54

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.27%

 BLUE value IS 84 (33.2% from 255) = 41.58%

R = 35.15%
G = 23.27%
B = 41.58%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#472F54 (or 0x472F54) is known color: Scarlet Gum. HEX triplet: 47, 2F and 54. RGB value is (71,47,84). Sum of RGB (Red+Green+Blue) = 71+47+84=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 84 - color contains mainly: blue. Hex color #472F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F54 is #B8D0AB. Grayscale: #3A3A3A. Windows color (decimal): -12112044 or 5517127. OLE color: 5517127.

HSL color Cylindrical-coordinate representation of color #472F54: hue angle of 278.92º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #472F54 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 47 84 -
CMYK 0.15 0.44 0 0.67
HSL 278.92º 0.28% 0.26% -
HSV(B) 278.92º 0.44% 0.33% -
XYZ 5.22 4.01 8.89 -
YUV 58.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 71 47 84 0.15 0.44 0 0.67 278.92 0.28 0.26
Hex 47 2F 54 F 2C 0 43 117 1C 1A
Octal 107 57 124 17 54 0 103 427 34 32
Binary 1000111 101111 1010100 1111 101100 0 1000011 100010111 11100 11010

Color Harmonies of #472F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F54

Black with #472F54

Text Example


Text Example

White with #472F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,47,84); }

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

background-color css

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

 a { background-color: rgb(71,47,84); }

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

border-color css

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

 span { border-color: rgb(71,47,84); }

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