Html Css Color HEX #490EFE Han Purple

📋 copy color: '#490EFE'

red 73 ◦ green 14 ◦ blue 254

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

Shades of Han Purple #490EFE

Tints of Han Purple #490EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 74.49%

R = 21.41%
G = 4.11%
B = 74.49%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#490EFE (or 0x490EFE) is known color: Han Purple. HEX triplet: 49, 0E and FE. RGB value is (73,14,254). Sum of RGB (Red+Green+Blue) = 73+14+254=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #490EFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490EFE is #B6F101. Grayscale: #3A3A3A. Windows color (decimal): -11989250 or 16649801. OLE color: 16649801.

HSL color Cylindrical-coordinate representation of color #490EFE: hue angle of 254.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490EFE is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 14 254 -
CMYK 0.71 0.94 0 0.00
HSL 254.75º 0.99% 0.53% -
HSV(B) 254.75º 0.94% 1% -
XYZ 20.79 8.89 94.39 -
YUV 59 238.05 137.99 -
System Red Green Blue C M Y K H S L
Decimal 73 14 254 0.71 0.94 0 0.00 254.75 0.99 0.53
Hex 49 E FE 47 5E 0 0 FF 63 35
Octal 111 16 376 107 136 0 0 377 143 65
Binary 1001001 1110 11111110 1000111 1011110 0 0 11111111 1100011 110101

Color Harmonies of #490EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EFE

Black with #490EFE

Text Example


Text Example

White with #490EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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