#492D9D

Color #492D9D Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #492D9D

Tints of Blue Gem #492D9D

Color information

#492D9D (or 0x492D9D) is unknown color: approx Blue Gem. HEX triplet: 49, 2D and 9D. RGB value is (73,45,157). Sum of RGB (Red+Green+Blue) = 73+45+157=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #492D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492D9D is #B6D262. Grayscale: #414141. Windows color (decimal): -11981411 or 10300745. OLE color: 10300745.

HSL color Cylindrical-coordinate representation of color #492D9D: hue angle of 255º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #492D9D is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7345157-
CMYK0.540.7100.38
HSL255º55.45%39.61%-
HSV(B)255º71.34%61.57%-
XYZ9.775.7332.49-
YUV66.14179.28132.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 45 (17.97% from 255) = 16.36%
BLUE value IS 157 (61.72% from 255) = 57.09%
R=26.55%
G=16.36%
B=57.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73451570.540.7100.3825555.4539.61
Hex492D9D3647026ff3728
Octal11155235661070463776750
Binary1001001101101100111011101101000111010011011111111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,45,157); }

 H1.HeaderClassName
 {
   color: #492D9D;
 }
 .AnyTagClassName
 {
   color: #492D9D;
 }
</style>
background-color css

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

 a { background-color: rgb(73,45,157); }

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

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

 span { border-color: rgb(73,45,157); }

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