Html Css Color HEX #492558 Scarlet Gum

📋 copy color: '#492558'

red 73 ◦ green 37 ◦ blue 88

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

Shades of Scarlet Gum #492558

Tints of Scarlet Gum #492558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.69%

 BLUE value IS 88 (34.77% from 255) = 44.44%

R = 36.87%
G = 18.69%
B = 44.44%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#492558 (or 0x492558) is known color: Scarlet Gum. HEX triplet: 49, 25 and 58. RGB value is (73,37,88). Sum of RGB (Red+Green+Blue) = 73+37+88=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #492558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492558 is #B6DAA7. Grayscale: #353535. Windows color (decimal): -11983528 or 5776713. OLE color: 5776713.

HSL color Cylindrical-coordinate representation of color #492558: hue angle of 282.35º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #492558 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 37 88 -
CMYK 0.17 0.58 0 0.65
HSL 282.35º 0.41% 0.25% -
HSV(B) 282.35º 0.58% 0.35% -
XYZ 5.17 3.44 9.62 -
YUV 53.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 73 37 88 0.17 0.58 0 0.65 282.35 0.41 0.25
Hex 49 25 58 11 3A 0 41 11A 29 19
Octal 111 45 130 21 72 0 101 432 51 31
Binary 1001001 100101 1011000 10001 111010 0 1000001 100011010 101001 11001

Color Harmonies of #492558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492558

Black with #492558

Text Example


Text Example

White with #492558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492558; }

 p { color: rgb(73,37,88); }

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

background-color css

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

 a { background-color: rgb(73,37,88); }

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

border-color css

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

 span { border-color: rgb(73,37,88); }

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