#4D60AE

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

Shades of Rich Blue #4D60AE

Tints of Rich Blue #4D60AE

Color information

#4D60AE (or 0x4D60AE) is unknown color: approx Rich Blue. HEX triplet: 4D, 60 and AE. RGB value is (77,96,174). Sum of RGB (Red+Green+Blue) = 77+96+174=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D60AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D60AE is #B29F51. Grayscale: #626262. Windows color (decimal): -11706194 or 11427917. OLE color: 11427917.

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

Color convert

RGB7796174-
CMYK0.560.4500.32
HSL228.25º38.65%49.22%-
HSV(B)228.25º55.75%68.24%-
XYZ14.881341.77-
YUV99.21170.21112.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.19%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=22.19%
G=27.67%
B=50.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77961740.560.4500.32228.2538.6549.22
Hex4D60AE382D020e42731
Octal11514025670550403444761
Binary1001101110000010101110111000101101010000011100100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,96,174); }

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

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

 a { background-color: rgb(77,96,174); }

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

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

 span { border-color: rgb(77,96,174); }

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