Html Css Color HEX #4619FA Han Purple

📋 copy color: '#4619FA'

red 70 ◦ green 25 ◦ blue 250

#4619FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #4619FA

Tints of Han Purple #4619FA

RGB

 RED value IS 70 (27.73% from 255) = 20.29%

 GREEN value IS 25 (10.16% from 255) = 7.25%

 BLUE value IS 250 (98.05% from 255) = 72.46%

R = 20.29%
G = 7.25%
B = 72.46%

CMYK

 C value IS 0.72

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4619FA (or 0x4619FA) is known color: Han Purple. HEX triplet: 46, 19 and FA. RGB value is (70,25,250). Sum of RGB (Red+Green+Blue) = 70+25+250=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #4619FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4619FA is #B9E605. Grayscale: #3F3F3F. Windows color (decimal): -12183046 or 16390470. OLE color: 16390470.

HSL color Cylindrical-coordinate representation of color #4619FA: hue angle of 252º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4619FA is Cyan = 0.72, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 25 250 -
CMYK 0.72 0.9 0 0.02
HSL 252º 0.96% 0.54% -
HSV(B) 252º 0.9% 0.98% -
XYZ 20.13 8.9 91.1 -
YUV 64.11 232.91 132.2 -
System Red Green Blue C M Y K H S L
Decimal 70 25 250 0.72 0.9 0 0.02 252 0.96 0.54
Hex 46 19 FA 48 5A 0 2 FC 60 36
Octal 106 31 372 110 132 0 2 374 140 66
Binary 1000110 11001 11111010 1001000 1011010 0 10 11111100 1100000 110110

Color Harmonies of #4619FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4619FA

Black with #4619FA

Text Example


Text Example

White with #4619FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4619FA; }

 p { color: rgb(70,25,250); }

 H1.HeaderClassName
 {
   color: #4619FA;
 }
 .AnyTagClassName
 {
   color: #4619FA;
 }
</style>

background-color css

<style>
 a { background-color: #4619FA; }

 a { background-color: rgb(70,25,250); }

 div.DivClassName
 {
   background-color: #4619FA;
 }
 .BgClassName
 {
   background-color: #4619FA;
 }
</style>

border-color css

<style>
 span { border-color: #4619FA; }

 span { border-color: rgb(70,25,250); }

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