#4C6188

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

Shades of Wedgewood #4C6188

Tints of Wedgewood #4C6188

Color information

#4C6188 (or 0x4C6188) is unknown color: approx Wedgewood. HEX triplet: 4C, 61 and 88. RGB value is (76,97,136). Sum of RGB (Red+Green+Blue) = 76+97+136=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #4C6188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6188 is #B39E77. Grayscale: #5E5E5E. Windows color (decimal): -11771512 or 8937804. OLE color: 8937804.

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

Color convert

RGB7697136-
CMYK0.440.2900.47
HSL219º28.3%41.57%-
HSV(B)219º44.12%53.33%-
XYZ11.711.8624.97-
YUV95.17151.04114.33-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.60%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 136 (53.52% from 255) = 44.01%
R=24.60%
G=31.39%
B=44.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76971360.440.2900.4721928.341.57
Hex4C61882C1D02Fdb1c2a
Octal11414121054350573333452
Binary10011001100001100010001011001110101011111101101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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