#4938AB

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

Shades of Blue Gem #4938AB

Tints of Blue Gem #4938AB

Color information

#4938AB (or 0x4938AB) is unknown color: approx Blue Gem. HEX triplet: 49, 38 and AB. RGB value is (73,56,171). Sum of RGB (Red+Green+Blue) = 73+56+171=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #4938AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4938AB is #B6C754. Grayscale: #494949. Windows color (decimal): -11978581 or 11221065. OLE color: 11221065.

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

Color convert

RGB7356171-
CMYK0.570.6700.33
HSL248.87º50.66%44.51%-
HSV(B)248.87º67.25%67.06%-
XYZ11.517.1939.31-
YUV74.19182.63127.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 56 (22.27% from 255) = 18.67%
BLUE value IS 171 (67.19% from 255) = 57%
R=24.33%
G=18.67%
B=57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73561710.570.6700.33248.8750.6644.51
Hex4938AB3943021f9332d
Octal11170253711030413716355
Binary1001001111000101010111110011000011010000111111001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4938AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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