Html Css Color HEX #492895 Blue Gem

📋 copy color: '#492895'

red 73 ◦ green 40 ◦ blue 149

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

Shades of Blue Gem #492895

Tints of Blue Gem #492895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

 BLUE value IS 149 (58.59% from 255) = 56.87%

R = 27.86%
G = 15.27%
B = 56.87%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#492895 (or 0x492895) is known color: Blue Gem. HEX triplet: 49, 28 and 95. RGB value is (73,40,149). Sum of RGB (Red+Green+Blue) = 73+40+149=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #492895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492895 is #B6D76A. Grayscale: #3D3D3D. Windows color (decimal): -11982699 or 9775177. OLE color: 9775177.

HSL color Cylindrical-coordinate representation of color #492895: hue angle of 258.17º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492895 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 40 149 -
CMYK 0.51 0.73 0 0.42
HSL 258.17º 0.58% 0.37% -
HSV(B) 258.17º 0.73% 0.58% -
XYZ 8.93 5.1 28.95 -
YUV 62.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 73 40 149 0.51 0.73 0 0.42 258.17 0.58 0.37
Hex 49 28 95 33 49 0 2A 102 3A 25
Octal 111 50 225 63 111 0 52 402 72 45
Binary 1001001 101000 10010101 110011 1001001 0 101010 100000010 111010 100101

Color Harmonies of #492895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492895

Black with #492895

Text Example


Text Example

White with #492895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492895; }

 p { color: rgb(73,40,149); }

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

background-color css

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

 a { background-color: rgb(73,40,149); }

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

border-color css

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

 span { border-color: rgb(73,40,149); }

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