#4D5CAD

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

Shades of Rich Blue #4D5CAD

Tints of Rich Blue #4D5CAD

Color information

#4D5CAD (or 0x4D5CAD) is unknown color: approx Rich Blue. HEX triplet: 4D, 5C and AD. RGB value is (77,92,173). Sum of RGB (Red+Green+Blue) = 77+92+173=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D5CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5CAD is #B2A352. Grayscale: #606060. Windows color (decimal): -11707219 or 11361357. OLE color: 11361357.

HSL color Cylindrical-coordinate representation of color #4D5CAD: hue angle of 230.62º 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 #4D5CAD is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7792173-
CMYK0.550.4700.32
HSL230.62º38.4%49.02%-
HSV(B)230.62º55.49%67.84%-
XYZ14.4312.2541.14-
YUV96.75171.03113.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.51%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 173 (67.97% from 255) = 50.58%
R=22.51%
G=26.90%
B=50.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77921730.550.4700.32230.6238.449.02
Hex4D5CAD372F020e72631
Octal11513425567570403474661
Binary1001101101110010101101110111101111010000011100111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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