Html Css Color HEX #4D657C Wedgewood

📋 copy color: '#4D657C'

red 77 ◦ green 101 ◦ blue 124

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

Shades of Wedgewood #4D657C

Tints of Wedgewood #4D657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

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

R = 25.5%
G = 33.44%
B = 41.06%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D657C (or 0x4D657C) is known color: Wedgewood. HEX triplet: 4D, 65 and 7C. RGB value is (77,101,124). Sum of RGB (Red+Green+Blue) = 77+101+124=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D657C is #B29A83. Grayscale: #606060. Windows color (decimal): -11704964 or 8152397. OLE color: 8152397.

HSL color Cylindrical-coordinate representation of color #4D657C: hue angle of 209.36º 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 #4D657C is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 101 124 -
CMYK 0.38 0.19 0 0.51
HSL 209.36º 0.23% 0.39% -
HSV(B) 209.36º 0.38% 0.49% -
XYZ 11.35 12.34 20.85 -
YUV 96.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 77 101 124 0.38 0.19 0 0.51 209.36 0.23 0.39
Hex 4D 65 7C 26 13 0 33 D1 17 27
Octal 115 145 174 46 23 0 63 321 27 47
Binary 1001101 1100101 1111100 100110 10011 0 110011 11010001 10111 100111

Color Harmonies of #4D657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D657C

Black with #4D657C

Text Example


Text Example

White with #4D657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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