#4C7289

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

Shades of Wedgewood #4C7289

Tints of Wedgewood #4C7289

Color information

#4C7289 (or 0x4C7289) is unknown color: approx Wedgewood. HEX triplet: 4C, 72 and 89. RGB value is (76,114,137). Sum of RGB (Red+Green+Blue) = 76+114+137=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C7289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7289 is #B38D76. Grayscale: #696969. Windows color (decimal): -11767159 or 9007692. OLE color: 9007692.

HSL color Cylindrical-coordinate representation of color #4C7289: hue angle of 202.62º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C7289 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB76114137-
CMYK0.450.1700.46
HSL202.62º28.64%41.76%-
HSV(B)202.62º44.53%53.73%-
XYZ13.5115.3825.92-
YUV105.26145.91107.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.24%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 137 (53.91% from 255) = 41.90%
R=23.24%
G=34.86%
B=41.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal761141370.450.1700.46202.6228.6441.76
Hex4C72892D1102Ecb1d2a
Octal11416221155210563133552
Binary10011001110010100010011011011000101011101100101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,114,137); }

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

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

 a { background-color: rgb(76,114,137); }

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

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

 span { border-color: rgb(76,114,137); }

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