#4902F9

Color #4902F9 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4902F9

Tints of Han Purple #4902F9

Color information

#4902F9 (or 0x4902F9) is unknown color: approx Han Purple. HEX triplet: 49, 02 and F9. RGB value is (73,2,249). Sum of RGB (Red+Green+Blue) = 73+2+249=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 249 (97.66% from 255 or 76.85% from 324); Max value from RGB is 249 - color contains mainly: blue. Hex color #4902F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4902F9 is #B6FD06. Grayscale: #323232. Windows color (decimal): -11992327 or 16319049. OLE color: 16319049.

HSL color Cylindrical-coordinate representation of color #4902F9: hue angle of 257.25º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4902F9 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB732249-
CMYK0.710.9900.02
HSL257.25º98.41%49.22%-
HSV(B)257.25º99.2%97.65%-
XYZ19.878.390.18-
YUV51.39239.52143.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.53%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 249 (97.66% from 255) = 76.85%
R=22.53%
G=0.62%
B=76.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal7322490.710.9900.02257.2598.4149.22
Hex492F94763021016231
Octal11123711071430240114261
Binary10010011011111001100011111000110101000000011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4902F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4902F9; }

 p { color: rgb(73,2,249); }

 H1.HeaderClassName
 {
   color: #4902F9;
 }
 .AnyTagClassName
 {
   color: #4902F9;
 }
</style>
background-color css

<style>
 a { background-color: #4902F9; }

 a { background-color: rgb(73,2,249); }

 div.DivClassName
 {
   background-color: #4902F9;
 }
 .BgClassName
 {
   background-color: #4902F9;
 }
</style>
border-color css

<style>
 span { border-color: #4902F9; }

 span { border-color: rgb(73,2,249); }

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