Html Css Color HEX #492BED Han Purple

📋 copy color: '#492BED'

red 73 ◦ green 43 ◦ blue 237

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

Shades of Han Purple #492BED

Tints of Han Purple #492BED

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.18%

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

R = 20.68%
G = 12.18%
B = 67.14%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#492BED (or 0x492BED) is known color: Han Purple. HEX triplet: 49, 2B and ED. RGB value is (73,43,237). Sum of RGB (Red+Green+Blue) = 73+43+237=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #492BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492BED is #B6D412. Grayscale: #494949. Windows color (decimal): -11981843 or 15543113. OLE color: 15543113.

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

Color convert

RGB 73 43 237 -
CMYK 0.69 0.82 0 0.07
HSL 249.28º 0.84% 0.55% -
HSV(B) 249.28º 0.82% 0.93% -
XYZ 18.9 9.26 80.91 -
YUV 74.09 219.94 127.23 -
System Red Green Blue C M Y K H S L
Decimal 73 43 237 0.69 0.82 0 0.07 249.28 0.84 0.55
Hex 49 2B ED 45 52 0 7 F9 54 37
Octal 111 53 355 105 122 0 7 371 124 67
Binary 1001001 101011 11101101 1000101 1010010 0 111 11111001 1010100 110111

Color Harmonies of #492BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BED

Black with #492BED

Text Example


Text Example

White with #492BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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