#4836AD

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

Shades of Blue Gem #4836AD

Tints of Blue Gem #4836AD

Color information

#4836AD (or 0x4836AD) is unknown color: approx Blue Gem. HEX triplet: 48, 36 and AD. RGB value is (72,54,173). Sum of RGB (Red+Green+Blue) = 72+54+173=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #4836AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4836AD is #B7C952. Grayscale: #484848. Windows color (decimal): -12044627 or 11351624. OLE color: 11351624.

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

Color convert

RGB7254173-
CMYK0.580.6900.32
HSL249.08º52.42%44.51%-
HSV(B)249.08º68.79%67.84%-
XYZ11.537.0340.28-
YUV72.95184.46127.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 54 (21.48% from 255) = 18.06%
BLUE value IS 173 (67.97% from 255) = 57.86%
R=24.08%
G=18.06%
B=57.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72541730.580.6900.32249.0852.4244.51
Hex4836AD3A45020f9342d
Octal11066255721050403716455
Binary1001000110110101011011110101000101010000011111001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4836AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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