#4520AB

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

Shades of Blue Gem #4520AB

Tints of Blue Gem #4520AB

Color information

#4520AB (or 0x4520AB) is unknown color: approx Blue Gem. HEX triplet: 45, 20 and AB. RGB value is (69,32,171). Sum of RGB (Red+Green+Blue) = 69+32+171=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #4520AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4520AB is #BADF54. Grayscale: #3A3A3A. Windows color (decimal): -12246869 or 11214917. OLE color: 11214917.

HSL color Cylindrical-coordinate representation of color #4520AB: hue angle of 255.97º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4520AB is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6932171-
CMYK0.600.8100.33
HSL255.97º68.47%39.8%-
HSV(B)255.97º81.29%67.06%-
XYZ10.325.2439-
YUV58.91191.26135.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 32 (12.89% from 255) = 11.76%
BLUE value IS 171 (67.19% from 255) = 62.87%
R=25.37%
G=11.76%
B=62.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69321710.600.8100.33255.9768.4739.8
Hex4520AB3C510211004428
Octal105402537412104140010450
Binary100010110000010101011111100101000101000011000000001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4520AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4520AB; }

 p { color: rgb(69,32,171); }

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

<style>
 a { background-color: #4520AB; }

 a { background-color: rgb(69,32,171); }

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

<style>
 span { border-color: #4520AB; }

 span { border-color: rgb(69,32,171); }

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