#4D56B6

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

Shades of Rich Blue #4D56B6

Tints of Rich Blue #4D56B6

Color information

#4D56B6 (or 0x4D56B6) is unknown color: approx Rich Blue. HEX triplet: 4D, 56 and B6. RGB value is (77,86,182). Sum of RGB (Red+Green+Blue) = 77+86+182=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #4D56B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D56B6 is #B2A949. Grayscale: #5D5D5D. Windows color (decimal): -11708746 or 11949645. OLE color: 11949645.

HSL color Cylindrical-coordinate representation of color #4D56B6: hue angle of 234.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D56B6 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7786182-
CMYK0.580.5300.29
HSL234.86º41.83%50.78%-
HSV(B)234.86º57.69%71.37%-
XYZ14.8311.6145.72-
YUV94.25177.52115.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.32%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 182 (71.48% from 255) = 52.75%
R=22.32%
G=24.93%
B=52.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal77861820.580.5300.29234.8641.8350.78
Hex4D56B63A3501Deb2a33
Octal11512626672650353535263
Binary100110110101101011011011101011010101110111101011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D56B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,86,182); }

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

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

 a { background-color: rgb(77,86,182); }

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

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

 span { border-color: rgb(77,86,182); }

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