Html Css Color HEX #493858 Scarlet Gum

📋 copy color: '#493858'

red 73 ◦ green 56 ◦ blue 88

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

Shades of Scarlet Gum #493858

Tints of Scarlet Gum #493858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.81%

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

R = 33.64%
G = 25.81%
B = 40.55%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#493858 (or 0x493858) is known color: Scarlet Gum. HEX triplet: 49, 38 and 58. RGB value is (73,56,88). Sum of RGB (Red+Green+Blue) = 73+56+88=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #493858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493858 is #B6C7A7. Grayscale: #404040. Windows color (decimal): -11978664 or 5781577. OLE color: 5781577.

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

Color convert

RGB 73 56 88 -
CMYK 0.17 0.36 0 0.65
HSL 271.88º 0.22% 0.28% -
HSV(B) 271.88º 0.36% 0.35% -
XYZ 5.92 4.95 9.88 -
YUV 64.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 73 56 88 0.17 0.36 0 0.65 271.88 0.22 0.28
Hex 49 38 58 11 24 0 41 110 16 1C
Octal 111 70 130 21 44 0 101 420 26 34
Binary 1001001 111000 1011000 10001 100100 0 1000001 100010000 10110 11100

Color Harmonies of #493858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493858

Black with #493858

Text Example


Text Example

White with #493858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493858; }

 p { color: rgb(73,56,88); }

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

background-color css

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

 a { background-color: rgb(73,56,88); }

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

border-color css

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

 span { border-color: rgb(73,56,88); }

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