#4939A7

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

Shades of Blue Gem #4939A7

Tints of Blue Gem #4939A7

Color information

#4939A7 (or 0x4939A7) is unknown color: approx Blue Gem. HEX triplet: 49, 39 and A7. RGB value is (73,57,167). Sum of RGB (Red+Green+Blue) = 73+57+167=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 167 (65.62% from 255 or 56.23% from 297); Max value from RGB is 167 - color contains mainly: blue. Hex color #4939A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4939A7 is #B6C658. Grayscale: #494949. Windows color (decimal): -11978329 or 10959177. OLE color: 10959177.

HSL color Cylindrical-coordinate representation of color #4939A7: hue angle of 248.73º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4939A7 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7357167-
CMYK0.560.6600.35
HSL248.73º49.11%43.92%-
HSV(B)248.73º65.87%65.49%-
XYZ11.197.1337.35-
YUV74.32180.3127.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.58%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 167 (65.62% from 255) = 56.23%
R=24.58%
G=19.19%
B=56.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73571670.560.6600.35248.7349.1143.92
Hex4939A73842023f9312c
Octal11171247701020433716154
Binary1001001111001101001111110001000010010001111111001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4939A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4939A7; }

 p { color: rgb(73,57,167); }

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

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

 a { background-color: rgb(73,57,167); }

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

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

 span { border-color: rgb(73,57,167); }

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