Html Css Color HEX #470F58 Scarlet Gum

📋 copy color: '#470F58'

red 71 ◦ green 15 ◦ blue 88

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

Shades of Scarlet Gum #470F58

Tints of Scarlet Gum #470F58

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.62%

 BLUE value IS 88 (34.77% from 255) = 50.57%

R = 40.8%
G = 8.62%
B = 50.57%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#470F58 (or 0x470F58) is known color: Scarlet Gum. HEX triplet: 47, 0F and 58. RGB value is (71,15,88). Sum of RGB (Red+Green+Blue) = 71+15+88=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #470F58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470F58 is #B8F0A7. Grayscale: #272727. Windows color (decimal): -12120232 or 5771079. OLE color: 5771079.

HSL color Cylindrical-coordinate representation of color #470F58: hue angle of 286.03º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #470F58 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 15 88 -
CMYK 0.19 0.83 0 0.65
HSL 286.03º 0.71% 0.2% -
HSV(B) 286.03º 0.83% 0.35% -
XYZ 4.53 2.39 9.45 -
YUV 40.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 71 15 88 0.19 0.83 0 0.65 286.03 0.71 0.2
Hex 47 F 58 13 53 0 41 11E 47 14
Octal 107 17 130 23 123 0 101 436 107 24
Binary 1000111 1111 1011000 10011 1010011 0 1000001 100011110 1000111 10100

Color Harmonies of #470F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F58

Black with #470F58

Text Example


Text Example

White with #470F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,15,88); }

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

background-color css

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

 a { background-color: rgb(71,15,88); }

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

border-color css

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

 span { border-color: rgb(71,15,88); }

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