#4834AC

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

Shades of Blue Gem #4834AC

Tints of Blue Gem #4834AC

Color information

#4834AC (or 0x4834AC) is unknown color: approx Blue Gem. HEX triplet: 48, 34 and AC. RGB value is (72,52,172). Sum of RGB (Red+Green+Blue) = 72+52+172=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #4834AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4834AC is #B7CB53. Grayscale: #474747. Windows color (decimal): -12045140 or 11285576. OLE color: 11285576.

HSL color Cylindrical-coordinate representation of color #4834AC: hue angle of 250º degrees, saturation: 0.54, 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 #4834AC is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7252172-
CMYK0.580.7000.33
HSL250º53.57%43.92%-
HSV(B)250º69.77%67.45%-
XYZ11.356.8139.75-
YUV71.66184.63128.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.32%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 172 (67.58% from 255) = 58.11%
R=24.32%
G=17.57%
B=58.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72521720.580.7000.3325053.5743.92
Hex4834AC3A46021fa362c
Octal11064254721060413726654
Binary1001000110100101011001110101000110010000111111010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4834AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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