#4C6187

Color #4C6187 Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #4C6187

Tints of Wedgewood #4C6187

Color information

#4C6187 (or 0x4C6187) is unknown color: approx Wedgewood. HEX triplet: 4C, 61 and 87. RGB value is (76,97,135). Sum of RGB (Red+Green+Blue) = 76+97+135=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #4C6187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6187 is #B39E78. Grayscale: #5E5E5E. Windows color (decimal): -11771513 or 8872268. OLE color: 8872268.

HSL color Cylindrical-coordinate representation of color #4C6187: hue angle of 218.64º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C6187 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7697135-
CMYK0.440.2800.47
HSL218.64º27.96%41.37%-
HSV(B)218.64º43.7%52.94%-
XYZ11.6311.8424.59-
YUV95.05150.54114.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.68%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=24.68%
G=31.49%
B=43.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76971350.440.2800.47218.6427.9641.37
Hex4C61872C1C02Fdb1c29
Octal11414120754340573333451
Binary10011001100001100001111011001110001011111101101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,97,135); }

 H1.HeaderClassName
 {
   color: #4C6187;
 }
 .AnyTagClassName
 {
   color: #4C6187;
 }
</style>
background-color css

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

 a { background-color: rgb(76,97,135); }

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

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

 span { border-color: rgb(76,97,135); }

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