Html Css Color HEX #492EED Han Purple

📋 copy color: '#492EED'

red 73 ◦ green 46 ◦ blue 237

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

Shades of Han Purple #492EED

Tints of Han Purple #492EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.57%

R = 20.51%
G = 12.92%
B = 66.57%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#492EED (or 0x492EED) is known color: Han Purple. HEX triplet: 49, 2E and ED. RGB value is (73,46,237). Sum of RGB (Red+Green+Blue) = 73+46+237=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #492EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492EED is #B6D112. Grayscale: #4B4B4B. Windows color (decimal): -11981075 or 15543881. OLE color: 15543881.

HSL color Cylindrical-coordinate representation of color #492EED: hue angle of 248.48º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #492EED is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 46 237 -
CMYK 0.69 0.81 0 0.07
HSL 248.48º 0.84% 0.55% -
HSV(B) 248.48º 0.81% 0.93% -
XYZ 19.01 9.48 80.95 -
YUV 75.85 218.95 125.97 -
System Red Green Blue C M Y K H S L
Decimal 73 46 237 0.69 0.81 0 0.07 248.48 0.84 0.55
Hex 49 2E ED 45 51 0 7 F8 54 37
Octal 111 56 355 105 121 0 7 370 124 67
Binary 1001001 101110 11101101 1000101 1010001 0 111 11111000 1010100 110111

Color Harmonies of #492EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492EED

Black with #492EED

Text Example


Text Example

White with #492EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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