Html Css Color HEX #492963 Scarlet Gum

📋 copy color: '#492963'

red 73 ◦ green 41 ◦ blue 99

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

Shades of Scarlet Gum #492963

Tints of Scarlet Gum #492963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.25%

 BLUE value IS 99 (39.06% from 255) = 46.48%

R = 34.27%
G = 19.25%
B = 46.48%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#492963 (or 0x492963) is known color: Scarlet Gum. HEX triplet: 49, 29 and 63. RGB value is (73,41,99). Sum of RGB (Red+Green+Blue) = 73+41+99=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #492963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492963 is #B6D69C. Grayscale: #383838. Windows color (decimal): -11982493 or 6498633. OLE color: 6498633.

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

Color convert

RGB 73 41 99 -
CMYK 0.26 0.59 0 0.61
HSL 273.1º 0.41% 0.27% -
HSV(B) 273.1º 0.59% 0.39% -
XYZ 5.79 3.9 12.25 -
YUV 57.18 151.6 139.28 -
System Red Green Blue C M Y K H S L
Decimal 73 41 99 0.26 0.59 0 0.61 273.1 0.41 0.27
Hex 49 29 63 1A 3B 0 3D 111 29 1B
Octal 111 51 143 32 73 0 75 421 51 33
Binary 1001001 101001 1100011 11010 111011 0 111101 100010001 101001 11011

Color Harmonies of #492963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492963

Black with #492963

Text Example


Text Example

White with #492963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492963; }

 p { color: rgb(73,41,99); }

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

background-color css

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

 a { background-color: rgb(73,41,99); }

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

border-color css

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

 span { border-color: rgb(73,41,99); }

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