Html Css Color HEX #492A5A Scarlet Gum

📋 copy color: '#492A5A'

red 73 ◦ green 42 ◦ blue 90

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

Shades of Scarlet Gum #492A5A

Tints of Scarlet Gum #492A5A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.49%

 BLUE value IS 90 (35.55% from 255) = 43.9%

R = 35.61%
G = 20.49%
B = 43.9%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#492A5A (or 0x492A5A) is known color: Scarlet Gum. HEX triplet: 49, 2A and 5A. RGB value is (73,42,90). Sum of RGB (Red+Green+Blue) = 73+42+90=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #492A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492A5A is #B6D5A5. Grayscale: #383838. Windows color (decimal): -11982246 or 5909065. OLE color: 5909065.

HSL color Cylindrical-coordinate representation of color #492A5A: hue angle of 278.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #492A5A is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 42 90 -
CMYK 0.19 0.53 0 0.65
HSL 278.75º 0.36% 0.26% -
HSV(B) 278.75º 0.53% 0.35% -
XYZ 5.42 3.81 10.12 -
YUV 56.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 73 42 90 0.19 0.53 0 0.65 278.75 0.36 0.26
Hex 49 2A 5A 13 35 0 41 117 24 1A
Octal 111 52 132 23 65 0 101 427 44 32
Binary 1001001 101010 1011010 10011 110101 0 1000001 100010111 100100 11010

Color Harmonies of #492A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A5A

Black with #492A5A

Text Example


Text Example

White with #492A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,42,90); }

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

background-color css

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

 a { background-color: rgb(73,42,90); }

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

border-color css

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

 span { border-color: rgb(73,42,90); }

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