Html Css Color HEX #4C637F Wedgewood

📋 copy color: '#4C637F'

red 76 ◦ green 99 ◦ blue 127

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

Shades of Wedgewood #4C637F

Tints of Wedgewood #4C637F

RGB

 RED value IS 76 (30.08% from 255) = 25.17%

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

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

R = 25.17%
G = 32.78%
B = 42.05%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C637F (or 0x4C637F) is known color: Wedgewood. HEX triplet: 4C, 63 and 7F. RGB value is (76,99,127). Sum of RGB (Red+Green+Blue) = 76+99+127=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C637F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C637F is #B39C80. Grayscale: #5F5F5F. Windows color (decimal): -11771009 or 8348492. OLE color: 8348492.

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

Color convert

RGB 76 99 127 -
CMYK 0.40 0.22 0 0.50
HSL 212.94º 0.25% 0.4% -
HSV(B) 212.94º 0.4% 0.5% -
XYZ 11.27 11.99 21.8 -
YUV 95.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 76 99 127 0.40 0.22 0 0.50 212.94 0.25 0.4
Hex 4C 63 7F 28 16 0 32 D5 19 28
Octal 114 143 177 50 26 0 62 325 31 50
Binary 1001100 1100011 1111111 101000 10110 0 110010 11010101 11001 101000

Color Harmonies of #4C637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C637F

Black with #4C637F

Text Example


Text Example

White with #4C637F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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