Html Css Color HEX #492C62 Scarlet Gum

📋 copy color: '#492C62'

red 73 ◦ green 44 ◦ blue 98

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

Shades of Scarlet Gum #492C62

Tints of Scarlet Gum #492C62

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.47%

 BLUE value IS 98 (38.67% from 255) = 45.58%

R = 33.95%
G = 20.47%
B = 45.58%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492C62 (or 0x492C62) is known color: Scarlet Gum. HEX triplet: 49, 2C and 62. RGB value is (73,44,98). Sum of RGB (Red+Green+Blue) = 73+44+98=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #492C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C62 is #B6D39D. Grayscale: #3A3A3A. Windows color (decimal): -11981726 or 6433865. OLE color: 6433865.

HSL color Cylindrical-coordinate representation of color #492C62: hue angle of 272.22º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #492C62 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 44 98 -
CMYK 0.26 0.55 0 0.62
HSL 272.22º 0.38% 0.28% -
HSV(B) 272.22º 0.55% 0.38% -
XYZ 5.85 4.1 12.04 -
YUV 58.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 73 44 98 0.26 0.55 0 0.62 272.22 0.38 0.28
Hex 49 2C 62 1A 37 0 3E 110 26 1C
Octal 111 54 142 32 67 0 76 420 46 34
Binary 1001001 101100 1100010 11010 110111 0 111110 100010000 100110 11100

Color Harmonies of #492C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C62

Black with #492C62

Text Example


Text Example

White with #492C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492C62; }

 p { color: rgb(73,44,98); }

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

background-color css

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

 a { background-color: rgb(73,44,98); }

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

border-color css

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

 span { border-color: rgb(73,44,98); }

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