Html Css Color HEX #4629EA Han Purple

📋 copy color: '#4629EA'

red 70 ◦ green 41 ◦ blue 234

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

Shades of Han Purple #4629EA

Tints of Han Purple #4629EA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.88%

 BLUE value IS 234 (91.8% from 255) = 67.83%

R = 20.29%
G = 11.88%
B = 67.83%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4629EA (or 0x4629EA) is known color: Han Purple. HEX triplet: 46, 29 and EA. RGB value is (70,41,234). Sum of RGB (Red+Green+Blue) = 70+41+234=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #4629EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4629EA is #B9D615. Grayscale: #464646. Windows color (decimal): -12178966 or 15345990. OLE color: 15345990.

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

Color convert

RGB 70 41 234 -
CMYK 0.70 0.82 0 0.08
HSL 249.02º 0.82% 0.54% -
HSV(B) 249.02º 0.82% 0.92% -
XYZ 18.17 8.83 78.59 -
YUV 71.67 219.61 126.81 -
System Red Green Blue C M Y K H S L
Decimal 70 41 234 0.70 0.82 0 0.08 249.02 0.82 0.54
Hex 46 29 EA 46 52 0 8 F9 52 36
Octal 106 51 352 106 122 0 10 371 122 66
Binary 1000110 101001 11101010 1000110 1010010 0 1000 11111001 1010010 110110

Color Harmonies of #4629EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4629EA

Black with #4629EA

Text Example


Text Example

White with #4629EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4629EA;
 }
 .AnyTagClassName
 {
   color: #4629EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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