Html Css Color HEX #490AEC Han Purple

📋 copy color: '#490AEC'

red 73 ◦ green 10 ◦ blue 236

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

Shades of Han Purple #490AEC

Tints of Han Purple #490AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 73.98%

R = 22.88%
G = 3.13%
B = 73.98%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#490AEC (or 0x490AEC) is known color: Han Purple. HEX triplet: 49, 0A and EC. RGB value is (73,10,236). Sum of RGB (Red+Green+Blue) = 73+10+236=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #490AEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490AEC is #B6F513. Grayscale: #353535. Windows color (decimal): -11990292 or 15469129. OLE color: 15469129.

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

Color convert

RGB 73 10 236 -
CMYK 0.69 0.96 0 0.07
HSL 256.73º 0.92% 0.48% -
HSV(B) 256.73º 0.96% 0.93% -
XYZ 18 7.69 79.89 -
YUV 54.6 230.37 141.12 -
System Red Green Blue C M Y K H S L
Decimal 73 10 236 0.69 0.96 0 0.07 256.73 0.92 0.48
Hex 49 A EC 45 60 0 7 101 5C 30
Octal 111 12 354 105 140 0 7 401 134 60
Binary 1001001 1010 11101100 1000101 1100000 0 111 100000001 1011100 110000

Color Harmonies of #490AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490AEC

Black with #490AEC

Text Example


Text Example

White with #490AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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