#4D5886

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

Shades of Chambray #4D5886

Tints of Chambray #4D5886

Color information

#4D5886 (or 0x4D5886) is unknown color: approx Chambray. HEX triplet: 4D, 58 and 86. RGB value is (77,88,134). Sum of RGB (Red+Green+Blue) = 77+88+134=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #4D5886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5886 is #B2A779. Grayscale: #595959. Windows color (decimal): -11708282 or 8804429. OLE color: 8804429.

HSL color Cylindrical-coordinate representation of color #4D5886: hue angle of 228.42º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D5886 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7788134-
CMYK0.430.3400.47
HSL228.42º27.01%41.37%-
HSV(B)228.42º42.54%52.55%-
XYZ10.8510.2823.97-
YUV89.96152.86118.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.75%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 134 (52.73% from 255) = 44.82%
R=25.75%
G=29.43%
B=44.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77881340.430.3400.47228.4227.0141.37
Hex4D58862B2202Fe41b29
Octal11513020653420573443351
Binary100110110110001000011010101110001001011111110010011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,88,134); }

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

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

 a { background-color: rgb(77,88,134); }

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

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

 span { border-color: rgb(77,88,134); }

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