#4934AB

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

Shades of Blue Gem #4934AB

Tints of Blue Gem #4934AB

Color information

#4934AB (or 0x4934AB) is unknown color: approx Blue Gem. HEX triplet: 49, 34 and AB. RGB value is (73,52,171). Sum of RGB (Red+Green+Blue) = 73+52+171=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #4934AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4934AB is #B6CB54. Grayscale: #474747. Windows color (decimal): -11979605 or 11220041. OLE color: 11220041.

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

Color convert

RGB7352171-
CMYK0.570.7000.33
HSL250.59º53.36%43.73%-
HSV(B)250.59º69.59%67.06%-
XYZ11.336.8139.25-
YUV71.84183.96128.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.66%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 171 (67.19% from 255) = 57.77%
R=24.66%
G=17.57%
B=57.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73521710.570.7000.33250.5953.3643.73
Hex4934AB3946021fb352c
Octal11164253711060413736554
Binary1001001110100101010111110011000110010000111111011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4934AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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