Html Css Color HEX #473058 Scarlet Gum

📋 copy color: '#473058'

red 71 ◦ green 48 ◦ blue 88

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

Shades of Scarlet Gum #473058

Tints of Scarlet Gum #473058

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.19%

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

R = 34.3%
G = 23.19%
B = 42.51%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#473058 (or 0x473058) is known color: Scarlet Gum. HEX triplet: 47, 30 and 58. RGB value is (71,48,88). Sum of RGB (Red+Green+Blue) = 71+48+88=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #473058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473058 is #B8CFA7. Grayscale: #3B3B3B. Windows color (decimal): -12111784 or 5779527. OLE color: 5779527.

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

Color convert

RGB 71 48 88 -
CMYK 0.19 0.45 0 0.65
HSL 274.5º 0.29% 0.27% -
HSV(B) 274.5º 0.45% 0.35% -
XYZ 5.42 4.16 9.75 -
YUV 59.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 71 48 88 0.19 0.45 0 0.65 274.5 0.29 0.27
Hex 47 30 58 13 2D 0 41 112 1D 1B
Octal 107 60 130 23 55 0 101 422 35 33
Binary 1000111 110000 1011000 10011 101101 0 1000001 100010010 11101 11011

Color Harmonies of #473058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473058

Black with #473058

Text Example


Text Example

White with #473058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473058; }

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

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

background-color css

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

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

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

border-color css

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

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

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