#4834AD

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

Shades of Blue Gem #4834AD

Tints of Blue Gem #4834AD

Color information

#4834AD (or 0x4834AD) is unknown color: approx Blue Gem. HEX triplet: 48, 34 and AD. RGB value is (72,52,173). Sum of RGB (Red+Green+Blue) = 72+52+173=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #4834AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4834AD is #B7CB52. Grayscale: #474747. Windows color (decimal): -12045139 or 11351112. OLE color: 11351112.

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

Color convert

RGB7252173-
CMYK0.580.7000.32
HSL249.92º53.78%44.12%-
HSV(B)249.92º69.94%67.84%-
XYZ11.446.8540.25-
YUV71.77185.13128.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 173 (67.97% from 255) = 58.25%
R=24.24%
G=17.51%
B=58.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72521730.580.7000.32249.9253.7844.12
Hex4834AD3A46020fa362c
Octal11064255721060403726654
Binary1001000110100101011011110101000110010000011111010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4834AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,52,173); }

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

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

 a { background-color: rgb(72,52,173); }

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

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

 span { border-color: rgb(72,52,173); }

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