#4937A1

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

Shades of Blue Gem #4937A1

Tints of Blue Gem #4937A1

Color information

#4937A1 (or 0x4937A1) is unknown color: approx Blue Gem. HEX triplet: 49, 37 and A1. RGB value is (73,55,161). Sum of RGB (Red+Green+Blue) = 73+55+161=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 161 (63.28% from 255 or 55.71% from 289); Max value from RGB is 161 - color contains mainly: blue. Hex color #4937A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4937A1 is #B6C85E. Grayscale: #484848. Windows color (decimal): -11978847 or 10565449. OLE color: 10565449.

HSL color Cylindrical-coordinate representation of color #4937A1: hue angle of 250.19º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4937A1 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7355161-
CMYK0.550.6600.37
HSL250.19º49.07%42.35%-
HSV(B)250.19º65.84%63.14%-
XYZ10.556.7234.46-
YUV72.47177.96128.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 55 (21.88% from 255) = 19.03%
BLUE value IS 161 (63.28% from 255) = 55.71%
R=25.26%
G=19.03%
B=55.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal73551610.550.6600.37250.1949.0742.35
Hex4937A13742025fa312a
Octal11167241671020453726152
Binary1001001110111101000011101111000010010010111111010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4937A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4937A1; }

 p { color: rgb(73,55,161); }

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

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

 a { background-color: rgb(73,55,161); }

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

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

 span { border-color: rgb(73,55,161); }

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