#4527AD

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

Shades of Blue Gem #4527AD

Tints of Blue Gem #4527AD

Color information

#4527AD (or 0x4527AD) is unknown color: approx Blue Gem. HEX triplet: 45, 27 and AD. RGB value is (69,39,173). Sum of RGB (Red+Green+Blue) = 69+39+173=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #4527AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4527AD is #BAD852. Grayscale: #3E3E3E. Windows color (decimal): -12245075 or 11347781. OLE color: 11347781.

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

Color convert

RGB6939173-
CMYK0.600.7700.32
HSL253.43º63.21%41.57%-
HSV(B)253.43º77.46%67.84%-
XYZ10.725.7340.08-
YUV63.25189.94132.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.56%
GREEN value IS 39 (15.62% from 255) = 13.88%
BLUE value IS 173 (67.97% from 255) = 61.57%
R=24.56%
G=13.88%
B=61.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69391730.600.7700.32253.4363.2141.57
Hex4527AD3C4D020fd3f2a
Octal10547255741150403757752
Binary1000101100111101011011111001001101010000011111101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4527AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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