#4831AA

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

Shades of Blue Gem #4831AA

Tints of Blue Gem #4831AA

Color information

#4831AA (or 0x4831AA) is unknown color: approx Blue Gem. HEX triplet: 48, 31 and AA. RGB value is (72,49,170). Sum of RGB (Red+Green+Blue) = 72+49+170=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #4831AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4831AA is #B7CE55. Grayscale: #454545. Windows color (decimal): -12045910 or 11153736. OLE color: 11153736.

HSL color Cylindrical-coordinate representation of color #4831AA: hue angle of 251.4º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4831AA is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7249170-
CMYK0.580.7100.33
HSL251.4º55.25%42.94%-
HSV(B)251.4º71.18%66.67%-
XYZ11.036.4838.7-
YUV69.67184.62129.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 49 (19.53% from 255) = 16.84%
BLUE value IS 170 (66.80% from 255) = 58.42%
R=24.74%
G=16.84%
B=58.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72491700.580.7100.33251.455.2542.94
Hex4831AA3A47021fb372b
Octal11061252721070413736753
Binary1001000110001101010101110101000111010000111111011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4831AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4831AA; }

 p { color: rgb(72,49,170); }

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

<style>
 a { background-color: #4831AA; }

 a { background-color: rgb(72,49,170); }

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

<style>
 span { border-color: #4831AA; }

 span { border-color: rgb(72,49,170); }

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