Html Css Color HEX #492EFC Han Purple

📋 copy color: '#492EFC'

red 73 ◦ green 46 ◦ blue 252

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

Shades of Han Purple #492EFC

Tints of Han Purple #492EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.92%

R = 19.68%
G = 12.4%
B = 67.92%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#492EFC (or 0x492EFC) is known color: Han Purple. HEX triplet: 49, 2E and FC. RGB value is (73,46,252). Sum of RGB (Red+Green+Blue) = 73+46+252=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #492EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492EFC is #B6D103. Grayscale: #4C4C4C. Windows color (decimal): -11981060 or 16526921. OLE color: 16526921.

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

Color convert

RGB 73 46 252 -
CMYK 0.71 0.82 0 0.01
HSL 247.86º 0.97% 0.58% -
HSV(B) 247.86º 0.82% 0.99% -
XYZ 21.3 10.4 92.98 -
YUV 77.56 226.45 124.75 -
System Red Green Blue C M Y K H S L
Decimal 73 46 252 0.71 0.82 0 0.01 247.86 0.97 0.58
Hex 49 2E FC 47 52 0 1 F8 61 3A
Octal 111 56 374 107 122 0 1 370 141 72
Binary 1001001 101110 11111100 1000111 1010010 0 1 11111000 1100001 111010

Color Harmonies of #492EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492EFC

Black with #492EFC

Text Example


Text Example

White with #492EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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