#4826FC

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

Shades of Han Purple #4826FC

Tints of Han Purple #4826FC

Color information

#4826FC (or 0x4826FC) is unknown color: approx Han Purple. HEX triplet: 48, 26 and FC. RGB value is (72,38,252). Sum of RGB (Red+Green+Blue) = 72+38+252=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #4826FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4826FC is #B7D903. Grayscale: #474747. Windows color (decimal): -12048644 or 16524872. OLE color: 16524872.

HSL color Cylindrical-coordinate representation of color #4826FC: hue angle of 249.53º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4826FC is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7238252-
CMYK0.710.8500.01
HSL249.53º97.27%56.86%-
HSV(B)249.53º84.92%98.82%-
XYZ20.949.7992.88-
YUV72.56229.26127.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.89%
GREEN value IS 38 (15.23% from 255) = 10.50%
BLUE value IS 252 (98.83% from 255) = 69.61%
R=19.89%
G=10.50%
B=69.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal72382520.710.8500.01249.5397.2756.86
Hex4826FC475501fa6139
Octal110463741071250137214171
Binary1001000100110111111001000111101010101111110101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4826FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4826FC; }

 p { color: rgb(72,38,252); }

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

<style>
 a { background-color: #4826FC; }

 a { background-color: rgb(72,38,252); }

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

<style>
 span { border-color: #4826FC; }

 span { border-color: rgb(72,38,252); }

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