#4C738E

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

Shades of Wedgewood #4C738E

Tints of Wedgewood #4C738E

Color information

#4C738E (or 0x4C738E) is unknown color: approx Wedgewood. HEX triplet: 4C, 73 and 8E. RGB value is (76,115,142). Sum of RGB (Red+Green+Blue) = 76+115+142=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #4C738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C738E is #B38C71. Grayscale: #6A6A6A. Windows color (decimal): -11766898 or 9335628. OLE color: 9335628.

HSL color Cylindrical-coordinate representation of color #4C738E: hue angle of 204.55º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C738E is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB76115142-
CMYK0.460.1900.44
HSL204.55º30.28%42.75%-
HSV(B)204.55º46.48%55.69%-
XYZ13.9915.7527.89-
YUV106.42148.08106.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.82%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=22.82%
G=34.53%
B=42.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal761151420.460.1900.44204.5530.2842.75
Hex4C738E2E1302Ccd1e2b
Octal11416321656230543153653
Binary10011001110011100011101011101001101011001100110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,115,142); }

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

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

 a { background-color: rgb(76,115,142); }

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

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

 span { border-color: rgb(76,115,142); }

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