Html Css Color HEX #4628FD Han Purple

📋 copy color: '#4628FD'

red 70 ◦ green 40 ◦ blue 253

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

Shades of Han Purple #4628FD

Tints of Han Purple #4628FD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.02%

 BLUE value IS 253 (99.22% from 255) = 69.7%

R = 19.28%
G = 11.02%
B = 69.7%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4628FD (or 0x4628FD) is known color: Han Purple. HEX triplet: 46, 28 and FD. RGB value is (70,40,253). Sum of RGB (Red+Green+Blue) = 70+40+253=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #4628FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4628FD is #B9D702. Grayscale: #484848. Windows color (decimal): -12179203 or 16590918. OLE color: 16590918.

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

Color convert

RGB 70 40 253 -
CMYK 0.72 0.84 0 0.01
HSL 248.45º 0.98% 0.57% -
HSV(B) 248.45º 0.84% 0.99% -
XYZ 21.01 9.91 93.73 -
YUV 73.25 229.44 125.68 -
System Red Green Blue C M Y K H S L
Decimal 70 40 253 0.72 0.84 0 0.01 248.45 0.98 0.57
Hex 46 28 FD 48 54 0 1 F8 62 39
Octal 106 50 375 110 124 0 1 370 142 71
Binary 1000110 101000 11111101 1001000 1010100 0 1 11111000 1100010 111001

Color Harmonies of #4628FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4628FD

Black with #4628FD

Text Example


Text Example

White with #4628FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4628FD;
 }
 .AnyTagClassName
 {
   color: #4628FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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