#4835A9

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

Shades of Blue Gem #4835A9

Tints of Blue Gem #4835A9

Color information

#4835A9 (or 0x4835A9) is unknown color: approx Blue Gem. HEX triplet: 48, 35 and A9. RGB value is (72,53,169). Sum of RGB (Red+Green+Blue) = 72+53+169=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 169 (66.41% from 255 or 57.48% from 294); Max value from RGB is 169 - color contains mainly: blue. Hex color #4835A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4835A9 is #B7CA56. Grayscale: #474747. Windows color (decimal): -12044887 or 11089224. OLE color: 11089224.

HSL color Cylindrical-coordinate representation of color #4835A9: hue angle of 249.83º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4835A9 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7253169-
CMYK0.570.6900.34
HSL249.83º52.25%43.53%-
HSV(B)249.83º68.64%66.27%-
XYZ11.116.7938.26-
YUV71.9182.79128.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 169 (66.41% from 255) = 57.48%
R=24.49%
G=18.03%
B=57.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal72531690.570.6900.34249.8352.2543.53
Hex4835A93945022fa342c
Octal11065251711050423726454
Binary1001000110101101010011110011000101010001011111010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4835A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4835A9; }

 p { color: rgb(72,53,169); }

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

<style>
 a { background-color: #4835A9; }

 a { background-color: rgb(72,53,169); }

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

<style>
 span { border-color: #4835A9; }

 span { border-color: rgb(72,53,169); }

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