Html Css Color HEX #493454 Scarlet Gum

📋 copy color: '#493454'

red 73 ◦ green 52 ◦ blue 84

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

Shades of Scarlet Gum #493454

Tints of Scarlet Gum #493454

RGB

 RED value IS 73 (28.91% from 255) = 34.93%

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

 BLUE value IS 84 (33.2% from 255) = 40.19%

R = 34.93%
G = 24.88%
B = 40.19%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493454 (or 0x493454) is known color: Scarlet Gum. HEX triplet: 49, 34 and 54. RGB value is (73,52,84). Sum of RGB (Red+Green+Blue) = 73+52+84=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #493454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493454 is #B6CBAB. Grayscale: #3D3D3D. Windows color (decimal): -11979692 or 5518409. OLE color: 5518409.

HSL color Cylindrical-coordinate representation of color #493454: hue angle of 279.38º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #493454 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 52 84 -
CMYK 0.13 0.38 0 0.67
HSL 279.38º 0.24% 0.27% -
HSV(B) 279.38º 0.38% 0.33% -
XYZ 5.58 4.51 8.96 -
YUV 61.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 73 52 84 0.13 0.38 0 0.67 279.38 0.24 0.27
Hex 49 34 54 D 26 0 43 117 18 1B
Octal 111 64 124 15 46 0 103 427 30 33
Binary 1001001 110100 1010100 1101 100110 0 1000011 100010111 11000 11011

Color Harmonies of #493454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493454

Black with #493454

Text Example


Text Example

White with #493454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493454; }

 p { color: rgb(73,52,84); }

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

background-color css

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

 a { background-color: rgb(73,52,84); }

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

border-color css

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

 span { border-color: rgb(73,52,84); }

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