Html Css Color HEX #493458 Scarlet Gum

📋 copy color: '#493458'

red 73 ◦ green 52 ◦ blue 88

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

Shades of Scarlet Gum #493458

Tints of Scarlet Gum #493458

RGB

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

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

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

R = 34.27%
G = 24.41%
B = 41.31%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#493458 (or 0x493458) is known color: Scarlet Gum. HEX triplet: 49, 34 and 58. RGB value is (73,52,88). Sum of RGB (Red+Green+Blue) = 73+52+88=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #493458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493458 is #B6CBA7. Grayscale: #3E3E3E. Windows color (decimal): -11979688 or 5780553. OLE color: 5780553.

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

Color convert

RGB 73 52 88 -
CMYK 0.17 0.41 0 0.65
HSL 275º 0.26% 0.27% -
HSV(B) 275º 0.41% 0.35% -
XYZ 5.74 4.58 9.81 -
YUV 62.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 73 52 88 0.17 0.41 0 0.65 275 0.26 0.27
Hex 49 34 58 11 29 0 41 113 1A 1B
Octal 111 64 130 21 51 0 101 423 32 33
Binary 1001001 110100 1011000 10001 101001 0 1000001 100010011 11010 11011

Color Harmonies of #493458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493458

Black with #493458

Text Example


Text Example

White with #493458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493458; }

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

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

background-color css

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

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

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

border-color css

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

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

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