#4625F6

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

Shades of Han Purple #4625F6

Tints of Han Purple #4625F6

Color information

#4625F6 (or 0x4625F6) is unknown color: approx Han Purple. HEX triplet: 46, 25 and F6. RGB value is (70,37,246). Sum of RGB (Red+Green+Blue) = 70+37+246=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 246 (96.48% from 255 or 69.69% from 353); Max value from RGB is 246 - color contains mainly: blue. Hex color #4625F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4625F6 is #B9DA09. Grayscale: #454545. Windows color (decimal): -12179978 or 16131398. OLE color: 16131398.

HSL color Cylindrical-coordinate representation of color #4625F6: hue angle of 249.47º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4625F6 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7037246-
CMYK0.720.8500.04
HSL249.47º92.07%55.49%-
HSV(B)249.47º84.96%96.47%-
XYZ19.829.2887.94-
YUV70.69226.93127.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.83%
GREEN value IS 37 (14.84% from 255) = 10.48%
BLUE value IS 246 (96.48% from 255) = 69.69%
R=19.83%
G=10.48%
B=69.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal70372460.720.8500.04249.4792.0755.49
Hex4625F6485504f95c37
Octal106453661101250437113467
Binary100011010010111110110100100010101010100111110011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4625F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4625F6; }

 p { color: rgb(70,37,246); }

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

<style>
 a { background-color: #4625F6; }

 a { background-color: rgb(70,37,246); }

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

<style>
 span { border-color: #4625F6; }

 span { border-color: rgb(70,37,246); }

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