Html Css Color HEX #492593 Blue Gem

📋 copy color: '#492593'

red 73 ◦ green 37 ◦ blue 147

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

Shades of Blue Gem #492593

Tints of Blue Gem #492593

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.4%

 BLUE value IS 147 (57.81% from 255) = 57.2%

R = 28.4%
G = 14.4%
B = 57.2%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#492593 (or 0x492593) is known color: Blue Gem. HEX triplet: 49, 25 and 93. RGB value is (73,37,147). Sum of RGB (Red+Green+Blue) = 73+37+147=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #492593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492593 is #B6DA6C. Grayscale: #3B3B3B. Windows color (decimal): -11983469 or 9643337. OLE color: 9643337.

HSL color Cylindrical-coordinate representation of color #492593: hue angle of 259.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492593 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 37 147 -
CMYK 0.50 0.75 0 0.42
HSL 259.64º 0.6% 0.36% -
HSV(B) 259.64º 0.75% 0.58% -
XYZ 8.68 4.85 28.08 -
YUV 60.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 73 37 147 0.50 0.75 0 0.42 259.64 0.6 0.36
Hex 49 25 93 32 4B 0 2A 104 3C 24
Octal 111 45 223 62 113 0 52 404 74 44
Binary 1001001 100101 10010011 110010 1001011 0 101010 100000100 111100 100100

Color Harmonies of #492593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492593

Black with #492593

Text Example


Text Example

White with #492593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492593; }

 p { color: rgb(73,37,147); }

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

background-color css

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

 a { background-color: rgb(73,37,147); }

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

border-color css

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

 span { border-color: rgb(73,37,147); }

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