Html Css Color HEX #472462 Scarlet Gum

📋 copy color: '#472462'

red 71 ◦ green 36 ◦ blue 98

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

Shades of Scarlet Gum #472462

Tints of Scarlet Gum #472462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.8%

R = 34.63%
G = 17.56%
B = 47.8%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#472462 (or 0x472462) is known color: Scarlet Gum. HEX triplet: 47, 24 and 62. RGB value is (71,36,98). Sum of RGB (Red+Green+Blue) = 71+36+98=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #472462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472462 is #B8DB9D. Grayscale: #353535. Windows color (decimal): -12114846 or 6431815. OLE color: 6431815.

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

Color convert

RGB 71 36 98 -
CMYK 0.28 0.63 0 0.62
HSL 273.87º 0.46% 0.26% -
HSV(B) 273.87º 0.63% 0.38% -
XYZ 5.43 3.48 11.94 -
YUV 53.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 71 36 98 0.28 0.63 0 0.62 273.87 0.46 0.26
Hex 47 24 62 1C 3F 0 3E 112 2E 1A
Octal 107 44 142 34 77 0 76 422 56 32
Binary 1000111 100100 1100010 11100 111111 0 111110 100010010 101110 11010

Color Harmonies of #472462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472462

Black with #472462

Text Example


Text Example

White with #472462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472462; }

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

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

background-color css

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

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

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

border-color css

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

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

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