Html Css Color HEX #492691 Blue Gem

📋 copy color: '#492691'

red 73 ◦ green 38 ◦ blue 145

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

Shades of Blue Gem #492691

Tints of Blue Gem #492691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

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

R = 28.52%
G = 14.84%
B = 56.64%

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

#492691 (or 0x492691) is known color: Blue Gem. HEX triplet: 49, 26 and 91. RGB value is (73,38,145). Sum of RGB (Red+Green+Blue) = 73+38+145=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #492691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492691 is #B6D96E. Grayscale: #3C3C3C. Windows color (decimal): -11983215 or 9512521. OLE color: 9512521.

HSL color Cylindrical-coordinate representation of color #492691: hue angle of 259.63º degrees, saturation: 0.58, 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 #492691 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 38 145 -
CMYK 0.50 0.74 0 0.43
HSL 259.63º 0.58% 0.36% -
HSV(B) 259.63º 0.74% 0.57% -
XYZ 8.55 4.85 27.27 -
YUV 60.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 73 38 145 0.50 0.74 0 0.43 259.63 0.58 0.36
Hex 49 26 91 32 4A 0 2B 104 3A 24
Octal 111 46 221 62 112 0 53 404 72 44
Binary 1001001 100110 10010001 110010 1001010 0 101011 100000100 111010 100100

Color Harmonies of #492691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492691

Black with #492691

Text Example


Text Example

White with #492691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492691; }

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

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

background-color css

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

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

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

border-color css

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

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

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