#4937AB

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

Shades of Blue Gem #4937AB

Tints of Blue Gem #4937AB

Color information

#4937AB (or 0x4937AB) is unknown color: approx Blue Gem. HEX triplet: 49, 37 and AB. RGB value is (73,55,171). Sum of RGB (Red+Green+Blue) = 73+55+171=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #4937AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4937AB is #B6C854. Grayscale: #494949. Windows color (decimal): -11978837 or 11220809. OLE color: 11220809.

HSL color Cylindrical-coordinate representation of color #4937AB: hue angle of 249.31º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4937AB is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7355171-
CMYK0.570.6800.33
HSL249.31º51.33%44.31%-
HSV(B)249.31º67.84%67.06%-
XYZ11.467.0939.29-
YUV73.61182.96127.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 171 (67.19% from 255) = 57.19%
R=24.41%
G=18.39%
B=57.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73551710.570.6800.33249.3151.3344.31
Hex4937AB3944021f9332c
Octal11167253711040413716354
Binary1001001110111101010111110011000100010000111111001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4937AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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