Html Css Color HEX #492EDC Han Purple

📋 copy color: '#492EDC'

red 73 ◦ green 46 ◦ blue 220

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

Shades of Han Purple #492EDC

Tints of Han Purple #492EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.9%

R = 21.53%
G = 13.57%
B = 64.9%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#492EDC (or 0x492EDC) is known color: Han Purple. HEX triplet: 49, 2E and DC. RGB value is (73,46,220). Sum of RGB (Red+Green+Blue) = 73+46+220=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #492EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492EDC is #B6D123. Grayscale: #494949. Windows color (decimal): -11981092 or 14429769. OLE color: 14429769.

HSL color Cylindrical-coordinate representation of color #492EDC: hue angle of 249.31º 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 #492EDC is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 46 220 -
CMYK 0.67 0.79 0 0.14
HSL 249.31º 0.71% 0.52% -
HSV(B) 249.31º 0.79% 0.86% -
XYZ 16.64 8.54 68.48 -
YUV 73.91 210.45 127.35 -
System Red Green Blue C M Y K H S L
Decimal 73 46 220 0.67 0.79 0 0.14 249.31 0.71 0.52
Hex 49 2E DC 43 4F 0 E F9 47 34
Octal 111 56 334 103 117 0 16 371 107 64
Binary 1001001 101110 11011100 1000011 1001111 0 1110 11111001 1000111 110100

Color Harmonies of #492EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492EDC

Black with #492EDC

Text Example


Text Example

White with #492EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492EDC; }

 p { color: rgb(73,46,220); }

 H1.HeaderClassName
 {
   color: #492EDC;
 }
 .AnyTagClassName
 {
   color: #492EDC;
 }
</style>

background-color css

<style>
 a { background-color: #492EDC; }

 a { background-color: rgb(73,46,220); }

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

border-color css

<style>
 span { border-color: #492EDC; }

 span { border-color: rgb(73,46,220); }

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