#4938AD

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

Shades of Blue Gem #4938AD

Tints of Blue Gem #4938AD

Color information

#4938AD (or 0x4938AD) is unknown color: approx Blue Gem. HEX triplet: 49, 38 and AD. RGB value is (73,56,173). Sum of RGB (Red+Green+Blue) = 73+56+173=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #4938AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4938AD is #B6C752. Grayscale: #494949. Windows color (decimal): -11978579 or 11352137. OLE color: 11352137.

HSL color Cylindrical-coordinate representation of color #4938AD: hue angle of 248.72º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4938AD is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7356173-
CMYK0.580.6800.32
HSL248.72º51.09%44.9%-
HSV(B)248.72º67.63%67.84%-
XYZ11.77.2640.32-
YUV74.42183.63126.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 173 (67.97% from 255) = 57.28%
R=24.17%
G=18.54%
B=57.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73561730.580.6800.32248.7251.0944.9
Hex4938AD3A44020f9332d
Octal11170255721040403716355
Binary1001001111000101011011110101000100010000011111001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4938AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4938AD; }

 p { color: rgb(73,56,173); }

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

<style>
 a { background-color: #4938AD; }

 a { background-color: rgb(73,56,173); }

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

<style>
 span { border-color: #4938AD; }

 span { border-color: rgb(73,56,173); }

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