Html Css Color HEX #490AFF Han Purple

📋 copy color: '#490AFF'

red 73 ◦ green 10 ◦ blue 255

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

Shades of Han Purple #490AFF

Tints of Han Purple #490AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 75.44%

R = 21.6%
G = 2.96%
B = 75.44%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#490AFF (or 0x490AFF) is known color: Han Purple. HEX triplet: 49, 0A and FF. RGB value is (73,10,255). Sum of RGB (Red+Green+Blue) = 73+10+255=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #490AFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490AFF is #B6F500. Grayscale: #373737. Windows color (decimal): -11990273 or 16714313. OLE color: 16714313.

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

Color convert

RGB 73 10 255 -
CMYK 0.71 0.96 0 0
HSL 255.43º 1% 0.52% -
HSV(B) 255.43º 0.96% 1% -
XYZ 20.91 8.85 95.21 -
YUV 56.77 239.87 139.58 -
System Red Green Blue C M Y K H S L
Decimal 73 10 255 0.71 0.96 0 0 255.43 1 0.52
Hex 49 A FF 47 60 0 0 FF 64 34
Octal 111 12 377 107 140 0 0 377 144 64
Binary 1001001 1010 11111111 1000111 1100000 0 0 11111111 1100100 110100

Color Harmonies of #490AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490AFF

Black with #490AFF

Text Example


Text Example

White with #490AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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