Html Css Color HEX #493457 Scarlet Gum

📋 copy color: '#493457'

red 73 ◦ green 52 ◦ blue 87

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

Shades of Scarlet Gum #493457

Tints of Scarlet Gum #493457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.04%

R = 34.43%
G = 24.53%
B = 41.04%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#493457 (or 0x493457) is known color: Scarlet Gum. HEX triplet: 49, 34 and 57. RGB value is (73,52,87). Sum of RGB (Red+Green+Blue) = 73+52+87=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #493457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493457 is #B6CBA8. Grayscale: #3E3E3E. Windows color (decimal): -11979689 or 5715017. OLE color: 5715017.

HSL color Cylindrical-coordinate representation of color #493457: hue angle of 276º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #493457 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 52 87 -
CMYK 0.16 0.40 0 0.66
HSL 276º 0.25% 0.27% -
HSV(B) 276º 0.4% 0.34% -
XYZ 5.7 4.56 9.6 -
YUV 62.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 73 52 87 0.16 0.40 0 0.66 276 0.25 0.27
Hex 49 34 57 10 28 0 42 114 19 1B
Octal 111 64 127 20 50 0 102 424 31 33
Binary 1001001 110100 1010111 10000 101000 0 1000010 100010100 11001 11011

Color Harmonies of #493457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493457

Black with #493457

Text Example


Text Example

White with #493457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493457; }

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

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

background-color css

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

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

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

border-color css

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

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

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