Html Css Color HEX #4C657C Wedgewood

📋 copy color: '#4C657C'

red 76 ◦ green 101 ◦ blue 124

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

Shades of Wedgewood #4C657C

Tints of Wedgewood #4C657C

RGB

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

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

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

R = 25.25%
G = 33.55%
B = 41.2%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C657C (or 0x4C657C) is known color: Wedgewood. HEX triplet: 4C, 65 and 7C. RGB value is (76,101,124). Sum of RGB (Red+Green+Blue) = 76+101+124=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C657C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C657C is #B39A83. Grayscale: #606060. Windows color (decimal): -11770500 or 8152396. OLE color: 8152396.

HSL color Cylindrical-coordinate representation of color #4C657C: hue angle of 208.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C657C is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 101 124 -
CMYK 0.39 0.19 0 0.51
HSL 208.75º 0.24% 0.39% -
HSV(B) 208.75º 0.39% 0.49% -
XYZ 11.27 12.3 20.85 -
YUV 96.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 76 101 124 0.39 0.19 0 0.51 208.75 0.24 0.39
Hex 4C 65 7C 27 13 0 33 D1 18 27
Octal 114 145 174 47 23 0 63 321 30 47
Binary 1001100 1100101 1111100 100111 10011 0 110011 11010001 11000 100111

Color Harmonies of #4C657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C657C

Black with #4C657C

Text Example


Text Example

White with #4C657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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