#4D6086

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

Shades of Chambray #4D6086

Tints of Chambray #4D6086

Color information

#4D6086 (or 0x4D6086) is unknown color: approx Chambray. HEX triplet: 4D, 60 and 86. RGB value is (77,96,134). Sum of RGB (Red+Green+Blue) = 77+96+134=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #4D6086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6086 is #B29F79. Grayscale: #5E5E5E. Windows color (decimal): -11706234 or 8806477. OLE color: 8806477.

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

Color convert

RGB7796134-
CMYK0.430.2800.47
HSL220º27.01%41.37%-
HSV(B)220º42.54%52.55%-
XYZ11.5511.6624.2-
YUV94.65150.21115.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.08%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 134 (52.73% from 255) = 43.65%
R=25.08%
G=31.27%
B=43.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77961340.430.2800.4722027.0141.37
Hex4D60862B1C02Fdc1b29
Octal11514020653340573343351
Binary10011011100000100001101010111110001011111101110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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