Html Css Color HEX #492B58 Scarlet Gum

📋 copy color: '#492B58'

red 73 ◦ green 43 ◦ blue 88

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

Shades of Scarlet Gum #492B58

Tints of Scarlet Gum #492B58

RGB

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

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

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

R = 35.78%
G = 21.08%
B = 43.14%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#492B58 (or 0x492B58) is known color: Scarlet Gum. HEX triplet: 49, 2B and 58. RGB value is (73,43,88). Sum of RGB (Red+Green+Blue) = 73+43+88=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #492B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492B58 is #B6D4A7. Grayscale: #383838. Windows color (decimal): -11981992 or 5778249. OLE color: 5778249.

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

Color convert

RGB 73 43 88 -
CMYK 0.17 0.51 0 0.65
HSL 280º 0.34% 0.26% -
HSV(B) 280º 0.51% 0.35% -
XYZ 5.37 3.85 9.69 -
YUV 57.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 73 43 88 0.17 0.51 0 0.65 280 0.34 0.26
Hex 49 2B 58 11 33 0 41 118 22 1A
Octal 111 53 130 21 63 0 101 430 42 32
Binary 1001001 101011 1011000 10001 110011 0 1000001 100011000 100010 11010

Color Harmonies of #492B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B58

Black with #492B58

Text Example


Text Example

White with #492B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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