Html Css Color HEX #491457 Scarlet Gum

📋 copy color: '#491457'

red 73 ◦ green 20 ◦ blue 87

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

Shades of Scarlet Gum #491457

Tints of Scarlet Gum #491457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.11%

 BLUE value IS 87 (34.38% from 255) = 48.33%

R = 40.56%
G = 11.11%
B = 48.33%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#491457 (or 0x491457) is known color: Scarlet Gum. HEX triplet: 49, 14 and 57. RGB value is (73,20,87). Sum of RGB (Red+Green+Blue) = 73+20+87=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #491457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491457 is #B6EBA8. Grayscale: #2B2B2B. Windows color (decimal): -11987881 or 5706825. OLE color: 5706825.

HSL color Cylindrical-coordinate representation of color #491457: hue angle of 287.46º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491457 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 20 87 -
CMYK 0.16 0.77 0 0.66
HSL 287.46º 0.63% 0.21% -
HSV(B) 287.46º 0.77% 0.34% -
XYZ 4.72 2.6 9.27 -
YUV 43.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 73 20 87 0.16 0.77 0 0.66 287.46 0.63 0.21
Hex 49 14 57 10 4D 0 42 11F 3F 15
Octal 111 24 127 20 115 0 102 437 77 25
Binary 1001001 10100 1010111 10000 1001101 0 1000010 100011111 111111 10101

Color Harmonies of #491457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491457

Black with #491457

Text Example


Text Example

White with #491457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491457; }

 p { color: rgb(73,20,87); }

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

background-color css

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

 a { background-color: rgb(73,20,87); }

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

border-color css

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

 span { border-color: rgb(73,20,87); }

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