Html Css Color HEX #492465 Scarlet Gum

📋 copy color: '#492465'

red 73 ◦ green 36 ◦ blue 101

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

Shades of Scarlet Gum #492465

Tints of Scarlet Gum #492465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 48.1%

R = 34.76%
G = 17.14%
B = 48.1%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#492465 (or 0x492465) is known color: Scarlet Gum. HEX triplet: 49, 24 and 65. RGB value is (73,36,101). Sum of RGB (Red+Green+Blue) = 73+36+101=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #492465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492465 is #B6DB9A. Grayscale: #363636. Windows color (decimal): -11983771 or 6628425. OLE color: 6628425.

HSL color Cylindrical-coordinate representation of color #492465: hue angle of 274.15º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #492465 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 36 101 -
CMYK 0.28 0.64 0 0.60
HSL 274.15º 0.47% 0.27% -
HSV(B) 274.15º 0.64% 0.4% -
XYZ 5.73 3.62 12.71 -
YUV 54.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 73 36 101 0.28 0.64 0 0.60 274.15 0.47 0.27
Hex 49 24 65 1C 40 0 3C 112 2F 1B
Octal 111 44 145 34 100 0 74 422 57 33
Binary 1001001 100100 1100101 11100 1000000 0 111100 100010010 101111 11011

Color Harmonies of #492465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492465

Black with #492465

Text Example


Text Example

White with #492465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492465; }

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

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

background-color css

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

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

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

border-color css

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

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

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