#4D5A70

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

Shades of Chambray #4D5A70

Tints of Chambray #4D5A70

Color information

#4D5A70 (or 0x4D5A70) is unknown color: approx Chambray. HEX triplet: 4D, 5A and 70. RGB value is (77,90,112). Sum of RGB (Red+Green+Blue) = 77+90+112=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D5A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5A70 is #B2A58F. Grayscale: #585858. Windows color (decimal): -11707792 or 7363149. OLE color: 7363149.

HSL color Cylindrical-coordinate representation of color #4D5A70: hue angle of 217.71º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D5A70 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7790112-
CMYK0.310.2000.56
HSL217.71º18.52%37.06%-
HSV(B)217.71º31.25%43.92%-
XYZ9.6410.0616.76-
YUV88.62141.19119.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.60%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=27.60%
G=32.26%
B=40.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77901120.310.2000.56217.7118.5237.06
Hex4D5A701F14038da1325
Octal11513216037240703322345
Binary100110110110101110000111111010001110001101101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,90,112); }

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

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

 a { background-color: rgb(77,90,112); }

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

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

 span { border-color: rgb(77,90,112); }

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