#4A57AE

Color #4A57AE Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #4A57AE

Tints of Rich Blue #4A57AE

Color information

#4A57AE (or 0x4A57AE) is unknown color: approx Rich Blue. HEX triplet: 4A, 57 and AE. RGB value is (74,87,174). Sum of RGB (Red+Green+Blue) = 74+87+174=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A57AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A57AE is #B5A851. Grayscale: #5C5C5C. Windows color (decimal): -11905106 or 11425610. OLE color: 11425610.

HSL color Cylindrical-coordinate representation of color #4A57AE: hue angle of 232.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A57AE is Cyan = 0.57, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7487174-
CMYK0.570.500.32
HSL232.2º40.32%48.63%-
HSV(B)232.2º57.47%68.24%-
XYZ13.8711.3341.5-
YUV93.03173.69114.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.09%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=22.09%
G=25.97%
B=51.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal74871740.570.500.32232.240.3248.63
Hex4A57AE3932020e82831
Octal11212725671620403505061
Binary1001010101011110101110111001110010010000011101000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A57AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A57AE; }

 p { color: rgb(74,87,174); }

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

<style>
 a { background-color: #4A57AE; }

 a { background-color: rgb(74,87,174); }

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

<style>
 span { border-color: #4A57AE; }

 span { border-color: rgb(74,87,174); }

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