#4631EA

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

Shades of Han Purple #4631EA

Tints of Han Purple #4631EA

Color information

#4631EA (or 0x4631EA) is unknown color: approx Han Purple. HEX triplet: 46, 31 and EA. RGB value is (70,49,234). Sum of RGB (Red+Green+Blue) = 70+49+234=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #4631EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4631EA is #B9CE15. Grayscale: #4B4B4B. Windows color (decimal): -12176918 or 15348038. OLE color: 15348038.

HSL color Cylindrical-coordinate representation of color #4631EA: hue angle of 246.81º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4631EA is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7049234-
CMYK0.700.7900.08
HSL246.81º81.5%55.49%-
HSV(B)246.81º79.06%91.76%-
XYZ18.489.4478.69-
YUV76.37216.96123.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.83%
GREEN value IS 49 (19.53% from 255) = 13.88%
BLUE value IS 234 (91.80% from 255) = 66.29%
R=19.83%
G=13.88%
B=66.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal70492340.700.7900.08246.8181.555.49
Hex4631EA464F08f75137
Octal1066135210611701036712167
Binary1000110110001111010101000110100111101000111101111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4631EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4631EA; }

 p { color: rgb(70,49,234); }

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

<style>
 a { background-color: #4631EA; }

 a { background-color: rgb(70,49,234); }

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

<style>
 span { border-color: #4631EA; }

 span { border-color: rgb(70,49,234); }

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