#4527AC

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

Shades of Blue Gem #4527AC

Tints of Blue Gem #4527AC

Color information

#4527AC (or 0x4527AC) is unknown color: approx Blue Gem. HEX triplet: 45, 27 and AC. RGB value is (69,39,172). Sum of RGB (Red+Green+Blue) = 69+39+172=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #4527AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4527AC is #BAD853. Grayscale: #3E3E3E. Windows color (decimal): -12245076 or 11282245. OLE color: 11282245.

HSL color Cylindrical-coordinate representation of color #4527AC: hue angle of 253.53º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4527AC is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6939172-
CMYK0.600.7700.33
HSL253.53º63.03%41.37%-
HSV(B)253.53º77.33%67.45%-
XYZ10.635.6939.57-
YUV63.13189.44132.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 39 (15.62% from 255) = 13.93%
BLUE value IS 172 (67.58% from 255) = 61.43%
R=24.64%
G=13.93%
B=61.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69391720.600.7700.33253.5363.0341.37
Hex4527AC3C4D021fe3f29
Octal10547254741150413767751
Binary1000101100111101011001111001001101010000111111110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4527AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,39,172); }

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

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

 a { background-color: rgb(69,39,172); }

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

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

 span { border-color: rgb(69,39,172); }

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