Html Css Color HEX #473459 Scarlet Gum

📋 copy color: '#473459'

red 71 ◦ green 52 ◦ blue 89

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

Shades of Scarlet Gum #473459

Tints of Scarlet Gum #473459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.53%

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

R = 33.49%
G = 24.53%
B = 41.98%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#473459 (or 0x473459) is known color: Scarlet Gum. HEX triplet: 47, 34 and 59. RGB value is (71,52,89). Sum of RGB (Red+Green+Blue) = 71+52+89=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #473459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473459 is #B8CBA6. Grayscale: #3D3D3D. Windows color (decimal): -12110759 or 5846087. OLE color: 5846087.

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

Color convert

RGB 71 52 89 -
CMYK 0.20 0.42 0 0.65
HSL 270.81º 0.26% 0.28% -
HSV(B) 270.81º 0.42% 0.35% -
XYZ 5.63 4.52 10.03 -
YUV 61.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 71 52 89 0.20 0.42 0 0.65 270.81 0.26 0.28
Hex 47 34 59 14 2A 0 41 10F 1A 1C
Octal 107 64 131 24 52 0 101 417 32 34
Binary 1000111 110100 1011001 10100 101010 0 1000001 100001111 11010 11100

Color Harmonies of #473459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473459

Black with #473459

Text Example


Text Example

White with #473459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473459; }

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

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

background-color css

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

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

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

border-color css

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

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

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