Html Css Color HEX #4628FF Han Purple

📋 copy color: '#4628FF'

red 70 ◦ green 40 ◦ blue 255

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

Shades of Han Purple #4628FF

Tints of Han Purple #4628FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.86%

R = 19.18%
G = 10.96%
B = 69.86%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4628FF (or 0x4628FF) is known color: Han Purple. HEX triplet: 46, 28 and FF. RGB value is (70,40,255). Sum of RGB (Red+Green+Blue) = 70+40+255=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #4628FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4628FF is #B9D700. Grayscale: #484848. Windows color (decimal): -12179201 or 16721990. OLE color: 16721990.

HSL color Cylindrical-coordinate representation of color #4628FF: hue angle of 248.37º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4628FF is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 40 255 -
CMYK 0.73 0.84 0 0
HSL 248.37º 1% 0.58% -
HSV(B) 248.37º 0.84% 1% -
XYZ 21.33 10.04 95.42 -
YUV 73.48 230.44 125.52 -
System Red Green Blue C M Y K H S L
Decimal 70 40 255 0.73 0.84 0 0 248.37 1 0.58
Hex 46 28 FF 49 54 0 0 F8 64 3A
Octal 106 50 377 111 124 0 0 370 144 72
Binary 1000110 101000 11111111 1001001 1010100 0 0 11111000 1100100 111010

Color Harmonies of #4628FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4628FF

Black with #4628FF

Text Example


Text Example

White with #4628FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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