#4825AA

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

Shades of Blue Gem #4825AA

Tints of Blue Gem #4825AA

Color information

#4825AA (or 0x4825AA) is unknown color: approx Blue Gem. HEX triplet: 48, 25 and AA. RGB value is (72,37,170). Sum of RGB (Red+Green+Blue) = 72+37+170=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #4825AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4825AA is #B7DA55. Grayscale: #3E3E3E. Windows color (decimal): -12048982 or 11150664. OLE color: 11150664.

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

Color convert

RGB7237170-
CMYK0.580.7800.33
HSL255.79º64.25%40.59%-
HSV(B)255.79º78.24%66.67%-
XYZ10.595.638.55-
YUV62.63188.6134.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 170 (66.80% from 255) = 60.93%
R=25.81%
G=13.26%
B=60.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72371700.580.7800.33255.7964.2540.59
Hex4825AA3A4E0211004029
Octal110452527211604140010051
Binary100100010010110101010111010100111001000011000000001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4825AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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