Html Css Color HEX #470E60 Scarlet Gum

📋 copy color: '#470E60'

red 71 ◦ green 14 ◦ blue 96

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

Shades of Scarlet Gum #470E60

Tints of Scarlet Gum #470E60

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.73%

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

R = 39.23%
G = 7.73%
B = 53.04%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#470E60 (or 0x470E60) is known color: Scarlet Gum. HEX triplet: 47, 0E and 60. RGB value is (71,14,96). Sum of RGB (Red+Green+Blue) = 71+14+96=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #470E60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470E60 is #B8F19F. Grayscale: #282828. Windows color (decimal): -12120480 or 6295111. OLE color: 6295111.

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

Color convert

RGB 71 14 96 -
CMYK 0.26 0.85 0 0.62
HSL 281.71º 0.75% 0.22% -
HSV(B) 281.71º 0.85% 0.38% -
XYZ 4.87 2.5 11.29 -
YUV 40.39 159.38 149.83 -
System Red Green Blue C M Y K H S L
Decimal 71 14 96 0.26 0.85 0 0.62 281.71 0.75 0.22
Hex 47 E 60 1A 55 0 3E 11A 4B 16
Octal 107 16 140 32 125 0 76 432 113 26
Binary 1000111 1110 1100000 11010 1010101 0 111110 100011010 1001011 10110

Color Harmonies of #470E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470E60

Black with #470E60

Text Example


Text Example

White with #470E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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