Html Css Color HEX #492453 Scarlet Gum

📋 copy color: '#492453'

red 73 ◦ green 36 ◦ blue 83

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

Shades of Scarlet Gum #492453

Tints of Scarlet Gum #492453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.75%

 BLUE value IS 83 (32.81% from 255) = 43.23%

R = 38.02%
G = 18.75%
B = 43.23%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#492453 (or 0x492453) is known color: Scarlet Gum. HEX triplet: 49, 24 and 53. RGB value is (73,36,83). Sum of RGB (Red+Green+Blue) = 73+36+83=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #492453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492453 is #B6DBAC. Grayscale: #343434. Windows color (decimal): -11983789 or 5448777. OLE color: 5448777.

HSL color Cylindrical-coordinate representation of color #492453: hue angle of 287.23º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #492453 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 36 83 -
CMYK 0.12 0.57 0 0.67
HSL 287.23º 0.39% 0.23% -
HSV(B) 287.23º 0.57% 0.33% -
XYZ 4.94 3.3 8.56 -
YUV 52.42 145.26 142.68 -
System Red Green Blue C M Y K H S L
Decimal 73 36 83 0.12 0.57 0 0.67 287.23 0.39 0.23
Hex 49 24 53 C 39 0 43 11F 27 17
Octal 111 44 123 14 71 0 103 437 47 27
Binary 1001001 100100 1010011 1100 111001 0 1000011 100011111 100111 10111

Color Harmonies of #492453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492453

Black with #492453

Text Example


Text Example

White with #492453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492453; }

 p { color: rgb(73,36,83); }

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

background-color css

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

 a { background-color: rgb(73,36,83); }

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

border-color css

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

 span { border-color: rgb(73,36,83); }

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