Html Css Color HEX #4A2EDB Han Purple

📋 copy color: '#4A2EDB'

red 74 ◦ green 46 ◦ blue 219

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

Shades of Han Purple #4A2EDB

Tints of Han Purple #4A2EDB

RGB

 RED value IS 74 (29.3% from 255) = 21.83%

 GREEN value IS 46 (18.36% from 255) = 13.57%

 BLUE value IS 219 (85.94% from 255) = 64.6%

R = 21.83%
G = 13.57%
B = 64.6%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A2EDB (or 0x4A2EDB) is known color: Han Purple. HEX triplet: 4A, 2E and DB. RGB value is (74,46,219). Sum of RGB (Red+Green+Blue) = 74+46+219=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A2EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2EDB is #B5D124. Grayscale: #494949. Windows color (decimal): -11915557 or 14364234. OLE color: 14364234.

HSL color Cylindrical-coordinate representation of color #4A2EDB: hue angle of 249.71º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A2EDB is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 46 219 -
CMYK 0.66 0.79 0 0.14
HSL 249.71º 0.71% 0.52% -
HSV(B) 249.71º 0.79% 0.86% -
XYZ 16.59 8.52 67.79 -
YUV 74.09 209.78 127.93 -
System Red Green Blue C M Y K H S L
Decimal 74 46 219 0.66 0.79 0 0.14 249.71 0.71 0.52
Hex 4A 2E DB 42 4F 0 E FA 47 34
Octal 112 56 333 102 117 0 16 372 107 64
Binary 1001010 101110 11011011 1000010 1001111 0 1110 11111010 1000111 110100

Color Harmonies of #4A2EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2EDB

Black with #4A2EDB

Text Example


Text Example

White with #4A2EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A2EDB; }

 p { color: rgb(74,46,219); }

 H1.HeaderClassName
 {
   color: #4A2EDB;
 }
 .AnyTagClassName
 {
   color: #4A2EDB;
 }
</style>

background-color css

<style>
 a { background-color: #4A2EDB; }

 a { background-color: rgb(74,46,219); }

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

border-color css

<style>
 span { border-color: #4A2EDB; }

 span { border-color: rgb(74,46,219); }

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