Html Css Color HEX #492EEA Han Purple

📋 copy color: '#492EEA'

red 73 ◦ green 46 ◦ blue 234

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

Shades of Han Purple #492EEA

Tints of Han Purple #492EEA

RGB

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

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

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

R = 20.68%
G = 13.03%
B = 66.29%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#492EEA (or 0x492EEA) is known color: Han Purple. HEX triplet: 49, 2E and EA. RGB value is (73,46,234). Sum of RGB (Red+Green+Blue) = 73+46+234=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #492EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492EEA is #B6D115. Grayscale: #4A4A4A. Windows color (decimal): -11981078 or 15347273. OLE color: 15347273.

HSL color Cylindrical-coordinate representation of color #492EEA: hue angle of 248.62º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #492EEA is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 46 234 -
CMYK 0.69 0.80 0 0.08
HSL 248.62º 0.82% 0.55% -
HSV(B) 248.62º 0.8% 0.92% -
XYZ 18.58 9.31 78.66 -
YUV 75.51 217.45 126.21 -
System Red Green Blue C M Y K H S L
Decimal 73 46 234 0.69 0.80 0 0.08 248.62 0.82 0.55
Hex 49 2E EA 45 50 0 8 F9 52 37
Octal 111 56 352 105 120 0 10 371 122 67
Binary 1001001 101110 11101010 1000101 1010000 0 1000 11111001 1010010 110111

Color Harmonies of #492EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492EEA

Black with #492EEA

Text Example


Text Example

White with #492EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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