Html Css Color HEX #4C627F Wedgewood

📋 copy color: '#4C627F'

red 76 ◦ green 98 ◦ blue 127

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

Shades of Wedgewood #4C627F

Tints of Wedgewood #4C627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.56%

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

R = 25.25%
G = 32.56%
B = 42.19%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C627F (or 0x4C627F) is known color: Wedgewood. HEX triplet: 4C, 62 and 7F. RGB value is (76,98,127). Sum of RGB (Red+Green+Blue) = 76+98+127=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C627F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C627F is #B39D80. Grayscale: #5E5E5E. Windows color (decimal): -11771265 or 8348236. OLE color: 8348236.

HSL color Cylindrical-coordinate representation of color #4C627F: hue angle of 214.12º 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 #4C627F is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 98 127 -
CMYK 0.40 0.23 0 0.50
HSL 214.12º 0.25% 0.4% -
HSV(B) 214.12º 0.4% 0.5% -
XYZ 11.18 11.8 21.77 -
YUV 94.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 76 98 127 0.40 0.23 0 0.50 214.12 0.25 0.4
Hex 4C 62 7F 28 17 0 32 D6 19 28
Octal 114 142 177 50 27 0 62 326 31 50
Binary 1001100 1100010 1111111 101000 10111 0 110010 11010110 11001 101000

Color Harmonies of #4C627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C627F

Black with #4C627F

Text Example


Text Example

White with #4C627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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