Html Css Color HEX #472E60 Scarlet Gum

📋 copy color: '#472E60'

red 71 ◦ green 46 ◦ blue 96

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

Shades of Scarlet Gum #472E60

Tints of Scarlet Gum #472E60

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.6%

 BLUE value IS 96 (37.89% from 255) = 45.07%

R = 33.33%
G = 21.6%
B = 45.07%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#472E60 (or 0x472E60) is known color: Scarlet Gum. HEX triplet: 47, 2E and 60. RGB value is (71,46,96). Sum of RGB (Red+Green+Blue) = 71+46+96=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #472E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472E60 is #B8D19F. Grayscale: #3B3B3B. Windows color (decimal): -12112288 or 6303303. OLE color: 6303303.

HSL color Cylindrical-coordinate representation of color #472E60: hue angle of 270º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #472E60 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 46 96 -
CMYK 0.26 0.52 0 0.62
HSL 270º 0.35% 0.28% -
HSV(B) 270º 0.52% 0.38% -
XYZ 5.69 4.14 11.57 -
YUV 59.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 71 46 96 0.26 0.52 0 0.62 270 0.35 0.28
Hex 47 2E 60 1A 34 0 3E 10E 23 1C
Octal 107 56 140 32 64 0 76 416 43 34
Binary 1000111 101110 1100000 11010 110100 0 111110 100001110 100011 11100

Color Harmonies of #472E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E60

Black with #472E60

Text Example


Text Example

White with #472E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,46,96); }

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

background-color css

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

 a { background-color: rgb(71,46,96); }

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

border-color css

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

 span { border-color: rgb(71,46,96); }

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