#4D6085

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

Shades of Chambray #4D6085

Tints of Chambray #4D6085

Color information

#4D6085 (or 0x4D6085) is unknown color: approx Chambray. HEX triplet: 4D, 60 and 85. RGB value is (77,96,133). Sum of RGB (Red+Green+Blue) = 77+96+133=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D6085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6085 is #B29F7A. Grayscale: #5E5E5E. Windows color (decimal): -11706235 or 8740941. OLE color: 8740941.

HSL color Cylindrical-coordinate representation of color #4D6085: hue angle of 219.64º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D6085 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7796133-
CMYK0.420.2800.48
HSL219.64º26.67%41.18%-
HSV(B)219.64º42.11%52.16%-
XYZ11.4811.6423.83-
YUV94.54149.71115.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.16%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 133 (52.34% from 255) = 43.46%
R=25.16%
G=31.37%
B=43.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal77961330.420.2800.48219.6426.6741.18
Hex4D60852A1C030dc1b29
Octal11514020552340603343351
Binary10011011100000100001011010101110001100001101110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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