Html Css Color HEX #490EE6 Han Purple

📋 copy color: '#490EE6'

red 73 ◦ green 14 ◦ blue 230

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

Shades of Han Purple #490EE6

Tints of Han Purple #490EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 72.56%

R = 23.03%
G = 4.42%
B = 72.56%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#490EE6 (or 0x490EE6) is known color: Han Purple. HEX triplet: 49, 0E and E6. RGB value is (73,14,230). Sum of RGB (Red+Green+Blue) = 73+14+230=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 230 (90.23% from 255 or 72.56% from 317); Max value from RGB is 230 - color contains mainly: blue. Hex color #490EE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490EE6 is #B6F119. Grayscale: #373737. Windows color (decimal): -11989274 or 15076937. OLE color: 15076937.

HSL color Cylindrical-coordinate representation of color #490EE6: hue angle of 256.39º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490EE6 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 73 14 230 -
CMYK 0.68 0.94 0 0.10
HSL 256.39º 0.89% 0.48% -
HSV(B) 256.39º 0.94% 0.9% -
XYZ 17.19 7.44 75.39 -
YUV 56.27 226.05 139.94 -
System Red Green Blue C M Y K H S L
Decimal 73 14 230 0.68 0.94 0 0.10 256.39 0.89 0.48
Hex 49 E E6 44 5E 0 A 100 59 30
Octal 111 16 346 104 136 0 12 400 131 60
Binary 1001001 1110 11100110 1000100 1011110 0 1010 100000000 1011001 110000

Color Harmonies of #490EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EE6

Black with #490EE6

Text Example


Text Example

White with #490EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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