Html Css Color HEX #4932EE Han Purple

📋 copy color: '#4932EE'

red 73 ◦ green 50 ◦ blue 238

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

Shades of Han Purple #4932EE

Tints of Han Purple #4932EE

RGB

 RED value IS 73 (28.91% from 255) = 20.22%

 GREEN value IS 50 (19.92% from 255) = 13.85%

 BLUE value IS 238 (93.36% from 255) = 65.93%

R = 20.22%
G = 13.85%
B = 65.93%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4932EE (or 0x4932EE) is known color: Han Purple. HEX triplet: 49, 32 and EE. RGB value is (73,50,238). Sum of RGB (Red+Green+Blue) = 73+50+238=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #4932EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4932EE is #B6CD11. Grayscale: #4D4D4D. Windows color (decimal): -11980050 or 15610441. OLE color: 15610441.

HSL color Cylindrical-coordinate representation of color #4932EE: hue angle of 247.34º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4932EE is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 50 238 -
CMYK 0.69 0.79 0 0.07
HSL 247.34º 0.85% 0.56% -
HSV(B) 247.34º 0.79% 0.93% -
XYZ 19.32 9.87 81.78 -
YUV 78.31 218.12 124.21 -
System Red Green Blue C M Y K H S L
Decimal 73 50 238 0.69 0.79 0 0.07 247.34 0.85 0.56
Hex 49 32 EE 45 4F 0 7 F7 55 38
Octal 111 62 356 105 117 0 7 367 125 70
Binary 1001001 110010 11101110 1000101 1001111 0 111 11110111 1010101 111000

Color Harmonies of #4932EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4932EE

Black with #4932EE

Text Example


Text Example

White with #4932EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4932EE; }

 p { color: rgb(73,50,238); }

 H1.HeaderClassName
 {
   color: #4932EE;
 }
 .AnyTagClassName
 {
   color: #4932EE;
 }
</style>

background-color css

<style>
 a { background-color: #4932EE; }

 a { background-color: rgb(73,50,238); }

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

border-color css

<style>
 span { border-color: #4932EE; }

 span { border-color: rgb(73,50,238); }

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