Html Css Color HEX #4D687C Wedgewood

📋 copy color: '#4D687C'

red 77 ◦ green 104 ◦ blue 124

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

Shades of Wedgewood #4D687C

Tints of Wedgewood #4D687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.1%

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

R = 25.25%
G = 34.1%
B = 40.66%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D687C (or 0x4D687C) is known color: Wedgewood. HEX triplet: 4D, 68 and 7C. RGB value is (77,104,124). Sum of RGB (Red+Green+Blue) = 77+104+124=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D687C is #B29783. Grayscale: #626262. Windows color (decimal): -11704196 or 8153165. OLE color: 8153165.

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

Color convert

RGB 77 104 124 -
CMYK 0.38 0.16 0 0.51
HSL 205.53º 0.23% 0.39% -
HSV(B) 205.53º 0.38% 0.49% -
XYZ 11.65 12.93 20.95 -
YUV 98.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 77 104 124 0.38 0.16 0 0.51 205.53 0.23 0.39
Hex 4D 68 7C 26 10 0 33 CE 17 27
Octal 115 150 174 46 20 0 63 316 27 47
Binary 1001101 1101000 1111100 100110 10000 0 110011 11001110 10111 100111

Color Harmonies of #4D687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D687C

Black with #4D687C

Text Example


Text Example

White with #4D687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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