Html Css Color HEX #4D637F Wedgewood

📋 copy color: '#4D637F'

red 77 ◦ green 99 ◦ blue 127

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

Shades of Wedgewood #4D637F

Tints of Wedgewood #4D637F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.67%

 BLUE value IS 127 (50% from 255) = 41.91%

R = 25.41%
G = 32.67%
B = 41.91%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D637F (or 0x4D637F) is known color: Wedgewood. HEX triplet: 4D, 63 and 7F. RGB value is (77,99,127). Sum of RGB (Red+Green+Blue) = 77+99+127=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D637F is #B29C80. Grayscale: #5F5F5F. Windows color (decimal): -11705473 or 8348493. OLE color: 8348493.

HSL color Cylindrical-coordinate representation of color #4D637F: hue angle of 213.6º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D637F is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 99 127 -
CMYK 0.39 0.22 0 0.50
HSL 213.6º 0.25% 0.4% -
HSV(B) 213.6º 0.39% 0.5% -
XYZ 11.35 12.03 21.8 -
YUV 95.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 77 99 127 0.39 0.22 0 0.50 213.6 0.25 0.4
Hex 4D 63 7F 27 16 0 32 D6 19 28
Octal 115 143 177 47 26 0 62 326 31 50
Binary 1001101 1100011 1111111 100111 10110 0 110010 11010110 11001 101000

Color Harmonies of #4D637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D637F

Black with #4D637F

Text Example


Text Example

White with #4D637F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,99,127); }

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

background-color css

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

 a { background-color: rgb(77,99,127); }

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

border-color css

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

 span { border-color: rgb(77,99,127); }

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