Html Css Color HEX #492B60 Scarlet Gum

📋 copy color: '#492B60'

red 73 ◦ green 43 ◦ blue 96

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

Shades of Scarlet Gum #492B60

Tints of Scarlet Gum #492B60

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.28%

 BLUE value IS 96 (37.89% from 255) = 45.28%

R = 34.43%
G = 20.28%
B = 45.28%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492B60 (or 0x492B60) is known color: Scarlet Gum. HEX triplet: 49, 2B and 60. RGB value is (73,43,96). Sum of RGB (Red+Green+Blue) = 73+43+96=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #492B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492B60 is #B6D49F. Grayscale: #393939. Windows color (decimal): -11981984 or 6302537. OLE color: 6302537.

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

Color convert

RGB 73 43 96 -
CMYK 0.24 0.55 0 0.62
HSL 273.96º 0.38% 0.27% -
HSV(B) 273.96º 0.55% 0.38% -
XYZ 5.72 3.99 11.53 -
YUV 58.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 73 43 96 0.24 0.55 0 0.62 273.96 0.38 0.27
Hex 49 2B 60 18 37 0 3E 112 26 1B
Octal 111 53 140 30 67 0 76 422 46 33
Binary 1001001 101011 1100000 11000 110111 0 111110 100010010 100110 11011

Color Harmonies of #492B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B60

Black with #492B60

Text Example


Text Example

White with #492B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,43,96); }

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

background-color css

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

 a { background-color: rgb(73,43,96); }

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

border-color css

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

 span { border-color: rgb(73,43,96); }

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