Html Css Color HEX #492591 Blue Gem

📋 copy color: '#492591'

red 73 ◦ green 37 ◦ blue 145

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

Shades of Blue Gem #492591

Tints of Blue Gem #492591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 56.86%

R = 28.63%
G = 14.51%
B = 56.86%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#492591 (or 0x492591) is known color: Blue Gem. HEX triplet: 49, 25 and 91. RGB value is (73,37,145). Sum of RGB (Red+Green+Blue) = 73+37+145=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #492591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492591 is #B6DA6E. Grayscale: #3B3B3B. Windows color (decimal): -11983471 or 9512265. OLE color: 9512265.

HSL color Cylindrical-coordinate representation of color #492591: hue angle of 260º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492591 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 37 145 -
CMYK 0.50 0.74 0 0.43
HSL 260º 0.59% 0.36% -
HSV(B) 260º 0.74% 0.57% -
XYZ 8.52 4.78 27.26 -
YUV 60.08 175.93 137.22 -
System Red Green Blue C M Y K H S L
Decimal 73 37 145 0.50 0.74 0 0.43 260 0.59 0.36
Hex 49 25 91 32 4A 0 2B 104 3B 24
Octal 111 45 221 62 112 0 53 404 73 44
Binary 1001001 100101 10010001 110010 1001010 0 101011 100000100 111011 100100

Color Harmonies of #492591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492591

Black with #492591

Text Example


Text Example

White with #492591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492591; }

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

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

background-color css

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

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

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

border-color css

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

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

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