#4D60AD

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

Shades of Rich Blue #4D60AD

Tints of Rich Blue #4D60AD

Color information

#4D60AD (or 0x4D60AD) is unknown color: approx Rich Blue. HEX triplet: 4D, 60 and AD. RGB value is (77,96,173). Sum of RGB (Red+Green+Blue) = 77+96+173=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D60AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D60AD is #B29F52. Grayscale: #626262. Windows color (decimal): -11706195 or 11362381. OLE color: 11362381.

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

Color convert

RGB7796173-
CMYK0.550.4500.32
HSL228.12º38.4%49.02%-
HSV(B)228.12º55.49%67.84%-
XYZ14.7912.9641.26-
YUV99.1169.71112.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.25%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 173 (67.97% from 255) = 50%
R=22.25%
G=27.75%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77961730.550.4500.32228.1238.449.02
Hex4D60AD372D020e42631
Octal11514025567550403444661
Binary1001101110000010101101110111101101010000011100100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D60AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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