Html Css Color HEX #473259 Scarlet Gum

📋 copy color: '#473259'

red 71 ◦ green 50 ◦ blue 89

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

Shades of Scarlet Gum #473259

Tints of Scarlet Gum #473259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.81%

 BLUE value IS 89 (35.16% from 255) = 42.38%

R = 33.81%
G = 23.81%
B = 42.38%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#473259 (or 0x473259) is known color: Scarlet Gum. HEX triplet: 47, 32 and 59. RGB value is (71,50,89). Sum of RGB (Red+Green+Blue) = 71+50+89=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #473259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473259 is #B8CDA6. Grayscale: #3C3C3C. Windows color (decimal): -12111271 or 5845575. OLE color: 5845575.

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

Color convert

RGB 71 50 89 -
CMYK 0.20 0.44 0 0.65
HSL 272.31º 0.28% 0.27% -
HSV(B) 272.31º 0.44% 0.35% -
XYZ 5.54 4.34 10 -
YUV 60.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 71 50 89 0.20 0.44 0 0.65 272.31 0.28 0.27
Hex 47 32 59 14 2C 0 41 110 1C 1B
Octal 107 62 131 24 54 0 101 420 34 33
Binary 1000111 110010 1011001 10100 101100 0 1000001 100010000 11100 11011

Color Harmonies of #473259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473259

Black with #473259

Text Example


Text Example

White with #473259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473259; }

 p { color: rgb(71,50,89); }

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

background-color css

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

 a { background-color: rgb(71,50,89); }

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

border-color css

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

 span { border-color: rgb(71,50,89); }

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