#4937A6

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

Shades of Blue Gem #4937A6

Tints of Blue Gem #4937A6

Color information

#4937A6 (or 0x4937A6) is unknown color: approx Blue Gem. HEX triplet: 49, 37 and A6. RGB value is (73,55,166). Sum of RGB (Red+Green+Blue) = 73+55+166=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 166 (65.23% from 255 or 56.46% from 294); Max value from RGB is 166 - color contains mainly: blue. Hex color #4937A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4937A6 is #B6C859. Grayscale: #484848. Windows color (decimal): -11978842 or 10893129. OLE color: 10893129.

HSL color Cylindrical-coordinate representation of color #4937A6: hue angle of 249.73º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4937A6 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7355166-
CMYK0.560.6700.35
HSL249.73º50.23%43.33%-
HSV(B)249.73º66.87%65.1%-
XYZ116.936.83-
YUV73.04180.46127.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 166 (65.23% from 255) = 56.46%
R=24.83%
G=18.71%
B=56.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73551660.560.6700.35249.7350.2343.33
Hex4937A63843023fa322b
Octal11167246701030433726253
Binary1001001110111101001101110001000011010001111111010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4937A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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