Html Css Color HEX #4D5D72 Chambray

📋 copy color: '#4D5D72'

red 77 ◦ green 93 ◦ blue 114

#4D5D72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #4D5D72

Tints of Chambray #4D5D72

RGB

 RED value IS 77 (30.47% from 255) = 27.11%

 GREEN value IS 93 (36.72% from 255) = 32.75%

 BLUE value IS 114 (44.92% from 255) = 40.14%

R = 27.11%
G = 32.75%
B = 40.14%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D5D72 (or 0x4D5D72) is known color: Chambray. HEX triplet: 4D, 5D and 72. RGB value is (77,93,114). Sum of RGB (Red+Green+Blue) = 77+93+114=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D5D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5D72 is #B2A28D. Grayscale: #5A5A5A. Windows color (decimal): -11707022 or 7494989. OLE color: 7494989.

HSL color Cylindrical-coordinate representation of color #4D5D72: hue angle of 214.05º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D5D72 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 93 114 -
CMYK 0.32 0.18 0 0.55
HSL 214.05º 0.19% 0.37% -
HSV(B) 214.05º 0.32% 0.45% -
XYZ 10.01 10.62 17.44 -
YUV 90.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 77 93 114 0.32 0.18 0 0.55 214.05 0.19 0.37
Hex 4D 5D 72 20 12 0 37 D6 13 25
Octal 115 135 162 40 22 0 67 326 23 45
Binary 1001101 1011101 1110010 100000 10010 0 110111 11010110 10011 100101

Color Harmonies of #4D5D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5D72

Black with #4D5D72

Text Example


Text Example

White with #4D5D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,93,114); }

 H1.HeaderClassName
 {
   color: #4D5D72;
 }
 .AnyTagClassName
 {
   color: #4D5D72;
 }
</style>

background-color css

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

 a { background-color: rgb(77,93,114); }

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

border-color css

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

 span { border-color: rgb(77,93,114); }

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