Html Css Color HEX #490EFC Han Purple

📋 copy color: '#490EFC'

red 73 ◦ green 14 ◦ blue 252

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

Shades of Han Purple #490EFC

Tints of Han Purple #490EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 74.34%

R = 21.53%
G = 4.13%
B = 74.34%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#490EFC (or 0x490EFC) is known color: Han Purple. HEX triplet: 49, 0E and FC. RGB value is (73,14,252). Sum of RGB (Red+Green+Blue) = 73+14+252=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 252 (98.83% from 255 or 74.34% from 339); Max value from RGB is 252 - color contains mainly: blue. Hex color #490EFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490EFC is #B6F103. Grayscale: #393939. Windows color (decimal): -11989252 or 16518729. OLE color: 16518729.

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

Color convert

RGB 73 14 252 -
CMYK 0.71 0.94 0 0.01
HSL 254.87º 0.98% 0.52% -
HSV(B) 254.87º 0.94% 0.99% -
XYZ 20.48 8.76 92.71 -
YUV 58.77 237.05 138.15 -
System Red Green Blue C M Y K H S L
Decimal 73 14 252 0.71 0.94 0 0.01 254.87 0.98 0.52
Hex 49 E FC 47 5E 0 1 FF 62 34
Octal 111 16 374 107 136 0 1 377 142 64
Binary 1001001 1110 11111100 1000111 1011110 0 1 11111111 1100010 110100

Color Harmonies of #490EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EFC

Black with #490EFC

Text Example


Text Example

White with #490EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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