#4525A2

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

Shades of Blue Gem #4525A2

Tints of Blue Gem #4525A2

Color information

#4525A2 (or 0x4525A2) is unknown color: approx Blue Gem. HEX triplet: 45, 25 and A2. RGB value is (69,37,162). Sum of RGB (Red+Green+Blue) = 69+37+162=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 162 (63.67% from 255 or 60.45% from 268); Max value from RGB is 162 - color contains mainly: blue. Hex color #4525A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4525A2 is #BADA5D. Grayscale: #3C3C3C. Windows color (decimal): -12245598 or 10626373. OLE color: 10626373.

HSL color Cylindrical-coordinate representation of color #4525A2: hue angle of 255.36º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4525A2 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6937162-
CMYK0.570.7700.36
HSL255.36º62.81%39.02%-
HSV(B)255.36º77.16%63.53%-
XYZ9.645.234.68-
YUV60.82185.1133.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 162 (63.67% from 255) = 60.45%
R=25.75%
G=13.81%
B=60.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69371620.570.7700.36255.3662.8139.02
Hex4525A2394D024ff3f27
Octal10545242711150443777747
Binary1000101100101101000101110011001101010010011111111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4525A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4525A2; }

 p { color: rgb(69,37,162); }

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

<style>
 a { background-color: #4525A2; }

 a { background-color: rgb(69,37,162); }

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

<style>
 span { border-color: #4525A2; }

 span { border-color: rgb(69,37,162); }

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