Html Css Color HEX #492F60 Scarlet Gum

📋 copy color: '#492F60'

red 73 ◦ green 47 ◦ blue 96

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

Shades of Scarlet Gum #492F60

Tints of Scarlet Gum #492F60

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.76%

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

R = 33.8%
G = 21.76%
B = 44.44%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#492F60 (or 0x492F60) is known color: Scarlet Gum. HEX triplet: 49, 2F and 60. RGB value is (73,47,96). Sum of RGB (Red+Green+Blue) = 73+47+96=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #492F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F60 is #B6D09F. Grayscale: #3C3C3C. Windows color (decimal): -11980960 or 6303561. OLE color: 6303561.

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

Color convert

RGB 73 47 96 -
CMYK 0.24 0.51 0 0.62
HSL 271.84º 0.34% 0.28% -
HSV(B) 271.84º 0.51% 0.38% -
XYZ 5.88 4.29 11.59 -
YUV 60.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 73 47 96 0.24 0.51 0 0.62 271.84 0.34 0.28
Hex 49 2F 60 18 33 0 3E 110 22 1C
Octal 111 57 140 30 63 0 76 420 42 34
Binary 1001001 101111 1100000 11000 110011 0 111110 100010000 100010 11100

Color Harmonies of #492F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F60

Black with #492F60

Text Example


Text Example

White with #492F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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