#4628FE

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

Shades of Han Purple #4628FE

Tints of Han Purple #4628FE

Color information

#4628FE (or 0x4628FE) is unknown color: approx Han Purple. HEX triplet: 46, 28 and FE. RGB value is (70,40,254). Sum of RGB (Red+Green+Blue) = 70+40+254=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #4628FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4628FE is #B9D701. Grayscale: #484848. Windows color (decimal): -12179202 or 16656454. OLE color: 16656454.

HSL color Cylindrical-coordinate representation of color #4628FE: hue angle of 248.41º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4628FE is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB7040254-
CMYK0.720.8400.00
HSL248.41º99.07%57.65%-
HSV(B)248.41º84.25%99.61%-
XYZ21.179.9894.58-
YUV73.37229.94125.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.23%
GREEN value IS 40 (16.02% from 255) = 10.99%
BLUE value IS 254 (99.61% from 255) = 69.78%
R=19.23%
G=10.99%
B=69.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal70402540.720.8400.00248.4199.0757.65
Hex4628FE485400f8633a
Octal106503761101240037014372
Binary1000110101000111111101001000101010000111110001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4628FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4628FE; }

 p { color: rgb(70,40,254); }

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

<style>
 a { background-color: #4628FE; }

 a { background-color: rgb(70,40,254); }

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

<style>
 span { border-color: #4628FE; }

 span { border-color: rgb(70,40,254); }

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