Html Css Color HEX #490AEB Han Purple

📋 copy color: '#490AEB'

red 73 ◦ green 10 ◦ blue 235

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

Shades of Han Purple #490AEB

Tints of Han Purple #490AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 73.9%

R = 22.96%
G = 3.14%
B = 73.9%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#490AEB (or 0x490AEB) is known color: Han Purple. HEX triplet: 49, 0A and EB. RGB value is (73,10,235). Sum of RGB (Red+Green+Blue) = 73+10+235=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 235 (92.19% from 255 or 73.90% from 318); Max value from RGB is 235 - color contains mainly: blue. Hex color #490AEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490AEB is #B6F514. Grayscale: #353535. Windows color (decimal): -11990293 or 15403593. OLE color: 15403593.

HSL color Cylindrical-coordinate representation of color #490AEB: hue angle of 256.8º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490AEB is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 10 235 -
CMYK 0.69 0.96 0 0.08
HSL 256.8º 0.92% 0.48% -
HSV(B) 256.8º 0.96% 0.92% -
XYZ 17.85 7.63 79.13 -
YUV 54.49 229.87 141.2 -
System Red Green Blue C M Y K H S L
Decimal 73 10 235 0.69 0.96 0 0.08 256.8 0.92 0.48
Hex 49 A EB 45 60 0 8 101 5C 30
Octal 111 12 353 105 140 0 10 401 134 60
Binary 1001001 1010 11101011 1000101 1100000 0 1000 100000001 1011100 110000

Color Harmonies of #490AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490AEB

Black with #490AEB

Text Example


Text Example

White with #490AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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