Html Css Color HEX #493852 Scarlet Gum

📋 copy color: '#493852'

red 73 ◦ green 56 ◦ blue 82

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

Shades of Scarlet Gum #493852

Tints of Scarlet Gum #493852

RGB

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

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

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

R = 34.6%
G = 26.54%
B = 38.86%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#493852 (or 0x493852) is known color: Scarlet Gum. HEX triplet: 49, 38 and 52. RGB value is (73,56,82). Sum of RGB (Red+Green+Blue) = 73+56+82=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #493852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493852 is #B6C7AD. Grayscale: #3F3F3F. Windows color (decimal): -11978670 or 5388361. OLE color: 5388361.

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

Color convert

RGB 73 56 82 -
CMYK 0.11 0.32 0 0.68
HSL 279.23º 0.19% 0.27% -
HSV(B) 279.23º 0.32% 0.32% -
XYZ 5.68 4.85 8.62 -
YUV 64.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 73 56 82 0.11 0.32 0 0.68 279.23 0.19 0.27
Hex 49 38 52 B 20 0 44 117 13 1B
Octal 111 70 122 13 40 0 104 427 23 33
Binary 1001001 111000 1010010 1011 100000 0 1000100 100010111 10011 11011

Color Harmonies of #493852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493852

Black with #493852

Text Example


Text Example

White with #493852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493852; }

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

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

background-color css

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

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

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

border-color css

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

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

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