#4D5E83

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

Shades of Chambray #4D5E83

Tints of Chambray #4D5E83

Color information

#4D5E83 (or 0x4D5E83) is unknown color: approx Chambray. HEX triplet: 4D, 5E and 83. RGB value is (77,94,131). Sum of RGB (Red+Green+Blue) = 77+94+131=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 131 - color contains mainly: blue. Hex color #4D5E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5E83 is #B2A17C. Grayscale: #5C5C5C. Windows color (decimal): -11706749 or 8609357. OLE color: 8609357.

HSL color Cylindrical-coordinate representation of color #4D5E83: hue angle of 221.11º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D5E83 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7794131-
CMYK0.410.2800.49
HSL221.11º25.96%40.78%-
HSV(B)221.11º41.22%51.37%-
XYZ11.1611.2223.05-
YUV93.14149.37116.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.50%
GREEN value IS 94 (37.11% from 255) = 31.13%
BLUE value IS 131 (51.56% from 255) = 43.38%
R=25.50%
G=31.13%
B=43.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77941310.410.2800.49221.1125.9640.78
Hex4D5E83291C031dd1a29
Octal11513620351340613353251
Binary10011011011110100000111010011110001100011101110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,94,131); }

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

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

 a { background-color: rgb(77,94,131); }

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

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

 span { border-color: rgb(77,94,131); }

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