Html Css Color HEX #470458 Scarlet Gum

📋 copy color: '#470458'

red 71 ◦ green 4 ◦ blue 88

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

Shades of Scarlet Gum #470458

Tints of Scarlet Gum #470458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.45%

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

R = 43.56%
G = 2.45%
B = 53.99%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#470458 (or 0x470458) is known color: Scarlet Gum. HEX triplet: 47, 04 and 58. RGB value is (71,4,88). Sum of RGB (Red+Green+Blue) = 71+4+88=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #470458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470458 is #B8FBA7. Grayscale: #212121. Windows color (decimal): -12123048 or 5768263. OLE color: 5768263.

HSL color Cylindrical-coordinate representation of color #470458: hue angle of 287.86º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470458 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 4 88 -
CMYK 0.19 0.95 0 0.65
HSL 287.86º 0.91% 0.18% -
HSV(B) 287.86º 0.95% 0.35% -
XYZ 4.4 2.13 9.41 -
YUV 33.61 158.7 154.67 -
System Red Green Blue C M Y K H S L
Decimal 71 4 88 0.19 0.95 0 0.65 287.86 0.91 0.18
Hex 47 4 58 13 5F 0 41 120 5B 12
Octal 107 4 130 23 137 0 101 440 133 22
Binary 1000111 100 1011000 10011 1011111 0 1000001 100100000 1011011 10010

Color Harmonies of #470458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470458

Black with #470458

Text Example


Text Example

White with #470458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470458; }

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

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

background-color css

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

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

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

border-color css

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

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

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