Html Css Color HEX #490456 Hot Purple

📋 copy color: '#490456'

red 73 ◦ green 4 ◦ blue 86

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

Shades of Hot Purple #490456

Tints of Hot Purple #490456

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.45%

 BLUE value IS 86 (33.98% from 255) = 52.76%

R = 44.79%
G = 2.45%
B = 52.76%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#490456 (or 0x490456) is known color: Hot Purple. HEX triplet: 49, 04 and 56. RGB value is (73,4,86). Sum of RGB (Red+Green+Blue) = 73+4+86=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #490456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490456 is #B6FBA9. Grayscale: #212121. Windows color (decimal): -11991978 or 5637193. OLE color: 5637193.

HSL color Cylindrical-coordinate representation of color #490456: hue angle of 290.49º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490456 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 4 86 -
CMYK 0.15 0.95 0 0.66
HSL 290.49º 0.91% 0.18% -
HSV(B) 290.49º 0.95% 0.34% -
XYZ 4.47 2.18 8.99 -
YUV 33.98 157.36 155.83 -
System Red Green Blue C M Y K H S L
Decimal 73 4 86 0.15 0.95 0 0.66 290.49 0.91 0.18
Hex 49 4 56 F 5F 0 42 122 5B 12
Octal 111 4 126 17 137 0 102 442 133 22
Binary 1001001 100 1010110 1111 1011111 0 1000010 100100010 1011011 10010

Color Harmonies of #490456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490456

Black with #490456

Text Example


Text Example

White with #490456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490456; }

 p { color: rgb(73,4,86); }

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

background-color css

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

 a { background-color: rgb(73,4,86); }

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

border-color css

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

 span { border-color: rgb(73,4,86); }

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