Html Css Color HEX #493052 Scarlet Gum

📋 copy color: '#493052'

red 73 ◦ green 48 ◦ blue 82

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

Shades of Scarlet Gum #493052

Tints of Scarlet Gum #493052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.65%

 BLUE value IS 82 (32.42% from 255) = 40.39%

R = 35.96%
G = 23.65%
B = 40.39%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#493052 (or 0x493052) is known color: Scarlet Gum. HEX triplet: 49, 30 and 52. RGB value is (73,48,82). Sum of RGB (Red+Green+Blue) = 73+48+82=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #493052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493052 is #B6CFAD. Grayscale: #3B3B3B. Windows color (decimal): -11980718 or 5386313. OLE color: 5386313.

HSL color Cylindrical-coordinate representation of color #493052: hue angle of 284.12º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #493052 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 48 82 -
CMYK 0.11 0.41 0 0.68
HSL 284.12º 0.26% 0.25% -
HSV(B) 284.12º 0.41% 0.32% -
XYZ 5.33 4.14 8.5 -
YUV 59.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 73 48 82 0.11 0.41 0 0.68 284.12 0.26 0.25
Hex 49 30 52 B 29 0 44 11C 1A 19
Octal 111 60 122 13 51 0 104 434 32 31
Binary 1001001 110000 1010010 1011 101001 0 1000100 100011100 11010 11001

Color Harmonies of #493052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493052

Black with #493052

Text Example


Text Example

White with #493052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493052; }

 p { color: rgb(73,48,82); }

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

background-color css

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

 a { background-color: rgb(73,48,82); }

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

border-color css

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

 span { border-color: rgb(73,48,82); }

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