Html Css Color HEX #492EFA Han Purple

📋 copy color: '#492EFA'

red 73 ◦ green 46 ◦ blue 250

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

Shades of Han Purple #492EFA

Tints of Han Purple #492EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 67.75%

R = 19.78%
G = 12.47%
B = 67.75%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#492EFA (or 0x492EFA) is known color: Han Purple. HEX triplet: 49, 2E and FA. RGB value is (73,46,250). Sum of RGB (Red+Green+Blue) = 73+46+250=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #492EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492EFA is #B6D105. Grayscale: #4C4C4C. Windows color (decimal): -11981062 or 16395849. OLE color: 16395849.

HSL color Cylindrical-coordinate representation of color #492EFA: hue angle of 247.94º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #492EFA is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 46 250 -
CMYK 0.71 0.82 0 0.02
HSL 247.94º 0.95% 0.58% -
HSV(B) 247.94º 0.82% 0.98% -
XYZ 20.98 10.27 91.32 -
YUV 77.33 225.45 124.91 -
System Red Green Blue C M Y K H S L
Decimal 73 46 250 0.71 0.82 0 0.02 247.94 0.95 0.58
Hex 49 2E FA 47 52 0 2 F8 5F 3A
Octal 111 56 372 107 122 0 2 370 137 72
Binary 1001001 101110 11111010 1000111 1010010 0 10 11111000 1011111 111010

Color Harmonies of #492EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492EFA

Black with #492EFA

Text Example


Text Example

White with #492EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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