#4D53AC

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

Shades of Rich Blue #4D53AC

Tints of Rich Blue #4D53AC

Color information

#4D53AC (or 0x4D53AC) is unknown color: approx Rich Blue. HEX triplet: 4D, 53 and AC. RGB value is (77,83,172). Sum of RGB (Red+Green+Blue) = 77+83+172=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D53AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D53AC is #B2AC53. Grayscale: #5A5A5A. Windows color (decimal): -11709524 or 11293517. OLE color: 11293517.

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

Color convert

RGB7783172-
CMYK0.550.5200.33
HSL236.21º38.15%48.82%-
HSV(B)236.21º55.23%67.45%-
XYZ13.610.7440.39-
YUV91.35173.51117.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.19%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 172 (67.58% from 255) = 51.81%
R=23.19%
G=25%
B=51.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77831720.550.5200.33236.2138.1548.82
Hex4D53AC3734021ec2631
Octal11512325467640413544661
Binary1001101101001110101100110111110100010000111101100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D53AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,83,172); }

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

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

 a { background-color: rgb(77,83,172); }

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

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

 span { border-color: rgb(77,83,172); }

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