#4631F6

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

Shades of Han Purple #4631F6

Tints of Han Purple #4631F6

Color information

#4631F6 (or 0x4631F6) is unknown color: approx Han Purple. HEX triplet: 46, 31 and F6. RGB value is (70,49,246). Sum of RGB (Red+Green+Blue) = 70+49+246=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 246 (96.48% from 255 or 67.40% from 365); Max value from RGB is 246 - color contains mainly: blue. Hex color #4631F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4631F6 is #B9CE09. Grayscale: #4C4C4C. Windows color (decimal): -12176906 or 16134470. OLE color: 16134470.

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

Color convert

RGB7049246-
CMYK0.720.8000.04
HSL246.4º91.63%57.84%-
HSV(B)246.4º80.08%96.47%-
XYZ20.2610.1588.08-
YUV77.74222.96122.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.18%
GREEN value IS 49 (19.53% from 255) = 13.42%
BLUE value IS 246 (96.48% from 255) = 67.40%
R=19.18%
G=13.42%
B=67.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal70492460.720.8000.04246.491.6357.84
Hex4631F6485004f65c3a
Octal106613661101200436613472
Binary100011011000111110110100100010100000100111101101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4631F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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