Html Css Color HEX #490ED6 Han Purple

📋 copy color: '#490ED6'

red 73 ◦ green 14 ◦ blue 214

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

Shades of Han Purple #490ED6

Tints of Han Purple #490ED6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.65%

 BLUE value IS 214 (83.98% from 255) = 71.1%

R = 24.25%
G = 4.65%
B = 71.1%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#490ED6 (or 0x490ED6) is known color: Han Purple. HEX triplet: 49, 0E and D6. RGB value is (73,14,214). Sum of RGB (Red+Green+Blue) = 73+14+214=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 214 (83.98% from 255 or 71.10% from 301); Max value from RGB is 214 - color contains mainly: blue. Hex color #490ED6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490ED6 is #B6F129. Grayscale: #353535. Windows color (decimal): -11989290 or 14028361. OLE color: 14028361.

HSL color Cylindrical-coordinate representation of color #490ED6: hue angle of 257.7º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490ED6 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 14 214 -
CMYK 0.66 0.93 0 0.16
HSL 257.7º 0.88% 0.45% -
HSV(B) 257.7º 0.93% 0.84% -
XYZ 15.04 6.59 64.1 -
YUV 54.44 218.05 141.24 -
System Red Green Blue C M Y K H S L
Decimal 73 14 214 0.66 0.93 0 0.16 257.7 0.88 0.45
Hex 49 E D6 42 5D 0 10 102 58 2D
Octal 111 16 326 102 135 0 20 402 130 55
Binary 1001001 1110 11010110 1000010 1011101 0 10000 100000010 1011000 101101

Color Harmonies of #490ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490ED6

Black with #490ED6

Text Example


Text Example

White with #490ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490ED6; }

 p { color: rgb(73,14,214); }

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

background-color css

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

 a { background-color: rgb(73,14,214); }

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

border-color css

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

 span { border-color: rgb(73,14,214); }

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