Html Css Color HEX #4D617C Chambray

📋 copy color: '#4D617C'

red 77 ◦ green 97 ◦ blue 124

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

Shades of Chambray #4D617C

Tints of Chambray #4D617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.55%

 BLUE value IS 124 (48.83% from 255) = 41.61%

R = 25.84%
G = 32.55%
B = 41.61%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D617C (or 0x4D617C) is known color: Chambray. HEX triplet: 4D, 61 and 7C. RGB value is (77,97,124). Sum of RGB (Red+Green+Blue) = 77+97+124=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D617C is #B29E83. Grayscale: #5D5D5D. Windows color (decimal): -11705988 or 8151373. OLE color: 8151373.

HSL color Cylindrical-coordinate representation of color #4D617C: hue angle of 214.47º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D617C is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 97 124 -
CMYK 0.38 0.22 0 0.51
HSL 214.47º 0.23% 0.39% -
HSV(B) 214.47º 0.38% 0.49% -
XYZ 10.97 11.58 20.73 -
YUV 94.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 77 97 124 0.38 0.22 0 0.51 214.47 0.23 0.39
Hex 4D 61 7C 26 16 0 33 D6 17 27
Octal 115 141 174 46 26 0 63 326 27 47
Binary 1001101 1100001 1111100 100110 10110 0 110011 11010110 10111 100111

Color Harmonies of #4D617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D617C

Black with #4D617C

Text Example


Text Example

White with #4D617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,97,124); }

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

background-color css

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

 a { background-color: rgb(77,97,124); }

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

border-color css

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

 span { border-color: rgb(77,97,124); }

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