Html Css Color HEX #490AFE Han Purple

📋 copy color: '#490AFE'

red 73 ◦ green 10 ◦ blue 254

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

Shades of Han Purple #490AFE

Tints of Han Purple #490AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.97%

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

R = 21.66%
G = 2.97%
B = 75.37%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#490AFE (or 0x490AFE) is known color: Han Purple. HEX triplet: 49, 0A and FE. RGB value is (73,10,254). Sum of RGB (Red+Green+Blue) = 73+10+254=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #490AFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490AFE is #B6F501. Grayscale: #373737. Windows color (decimal): -11990274 or 16648777. OLE color: 16648777.

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

Color convert

RGB 73 10 254 -
CMYK 0.71 0.96 0 0.00
HSL 255.49º 0.99% 0.52% -
HSV(B) 255.49º 0.96% 1% -
XYZ 20.75 8.79 94.37 -
YUV 56.65 239.37 139.66 -
System Red Green Blue C M Y K H S L
Decimal 73 10 254 0.71 0.96 0 0.00 255.49 0.99 0.52
Hex 49 A FE 47 60 0 0 FF 63 34
Octal 111 12 376 107 140 0 0 377 143 64
Binary 1001001 1010 11111110 1000111 1100000 0 0 11111111 1100011 110100

Color Harmonies of #490AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490AFE

Black with #490AFE

Text Example


Text Example

White with #490AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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