Html Css Color HEX #472463 Scarlet Gum

📋 copy color: '#472463'

red 71 ◦ green 36 ◦ blue 99

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

Shades of Scarlet Gum #472463

Tints of Scarlet Gum #472463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 48.06%

R = 34.47%
G = 17.48%
B = 48.06%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#472463 (or 0x472463) is known color: Scarlet Gum. HEX triplet: 47, 24 and 63. RGB value is (71,36,99). Sum of RGB (Red+Green+Blue) = 71+36+99=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #472463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472463 is #B8DB9C. Grayscale: #353535. Windows color (decimal): -12114845 or 6497351. OLE color: 6497351.

HSL color Cylindrical-coordinate representation of color #472463: hue angle of 273.33º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #472463 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 36 99 -
CMYK 0.28 0.64 0 0.61
HSL 273.33º 0.47% 0.26% -
HSV(B) 273.33º 0.64% 0.39% -
XYZ 5.48 3.5 12.19 -
YUV 53.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 71 36 99 0.28 0.64 0 0.61 273.33 0.47 0.26
Hex 47 24 63 1C 40 0 3D 111 2F 1A
Octal 107 44 143 34 100 0 75 421 57 32
Binary 1000111 100100 1100011 11100 1000000 0 111101 100010001 101111 11010

Color Harmonies of #472463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472463

Black with #472463

Text Example


Text Example

White with #472463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472463; }

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

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

background-color css

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

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

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

border-color css

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

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

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