#4935AB

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

Shades of Blue Gem #4935AB

Tints of Blue Gem #4935AB

Color information

#4935AB (or 0x4935AB) is unknown color: approx Blue Gem. HEX triplet: 49, 35 and AB. RGB value is (73,53,171). Sum of RGB (Red+Green+Blue) = 73+53+171=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #4935AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4935AB is #B6CA54. Grayscale: #474747. Windows color (decimal): -11979349 or 11220297. OLE color: 11220297.

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

Color convert

RGB7353171-
CMYK0.570.6900.33
HSL250.17º52.68%43.92%-
HSV(B)250.17º69.01%67.06%-
XYZ11.376.939.26-
YUV72.43183.63128.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.58%
GREEN value IS 53 (21.09% from 255) = 17.85%
BLUE value IS 171 (67.19% from 255) = 57.58%
R=24.58%
G=17.85%
B=57.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73531710.570.6900.33250.1752.6843.92
Hex4935AB3945021fa352c
Octal11165253711050413726554
Binary1001001110101101010111110011000101010000111111010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4935AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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