#4531AE

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

Shades of Blue Gem #4531AE

Tints of Blue Gem #4531AE

Color information

#4531AE (or 0x4531AE) is unknown color: approx Blue Gem. HEX triplet: 45, 31 and AE. RGB value is (69,49,174). Sum of RGB (Red+Green+Blue) = 69+49+174=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #4531AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4531AE is #BACE51. Grayscale: #444444. Windows color (decimal): -12242514 or 11415877. OLE color: 11415877.

HSL color Cylindrical-coordinate representation of color #4531AE: hue angle of 249.6º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4531AE is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6949174-
CMYK0.600.7200.32
HSL249.6º56.05%43.73%-
HSV(B)249.6º71.84%68.24%-
XYZ11.196.5240.71-
YUV69.23187.13127.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 49 (19.53% from 255) = 16.78%
BLUE value IS 174 (68.36% from 255) = 59.59%
R=23.63%
G=16.78%
B=59.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69491740.600.7200.32249.656.0543.73
Hex4531AE3C48020fa382c
Octal10561256741100403727054
Binary1000101110001101011101111001001000010000011111010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4531AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4531AE; }

 p { color: rgb(69,49,174); }

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

<style>
 a { background-color: #4531AE; }

 a { background-color: rgb(69,49,174); }

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

<style>
 span { border-color: #4531AE; }

 span { border-color: rgb(69,49,174); }

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