Html Css Color HEX #4520AA Blue Gem

📋 copy color: '#4520AA'

red 69 ◦ green 32 ◦ blue 170

#4520AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4520AA

Tints of Blue Gem #4520AA

RGB

 RED value IS 69 (27.34% from 255) = 25.46%

 GREEN value IS 32 (12.89% from 255) = 11.81%

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 25.46%
G = 11.81%
B = 62.73%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4520AA (or 0x4520AA) is known color: Blue Gem. HEX triplet: 45, 20 and AA. RGB value is (69,32,170). Sum of RGB (Red+Green+Blue) = 69+32+170=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #4520AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4520AA is #BADF55. Grayscale: #3A3A3A. Windows color (decimal): -12246870 or 11149381. OLE color: 11149381.

HSL color Cylindrical-coordinate representation of color #4520AA: hue angle of 256.09º 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 #4520AA is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 32 170 -
CMYK 0.59 0.81 0 0.33
HSL 256.09º 0.68% 0.4% -
HSV(B) 256.09º 0.81% 0.67% -
XYZ 10.23 5.2 38.5 -
YUV 58.8 190.76 135.28 -
System Red Green Blue C M Y K H S L
Decimal 69 32 170 0.59 0.81 0 0.33 256.09 0.68 0.4
Hex 45 20 AA 3B 51 0 21 100 44 28
Octal 105 40 252 73 121 0 41 400 104 50
Binary 1000101 100000 10101010 111011 1010001 0 100001 100000000 1000100 101000

Color Harmonies of #4520AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4520AA

Black with #4520AA

Text Example


Text Example

White with #4520AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4520AA;
 }
 .AnyTagClassName
 {
   color: #4520AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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