#4C7193

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

Shades of Wedgewood #4C7193

Tints of Wedgewood #4C7193

Color information

#4C7193 (or 0x4C7193) is unknown color: approx Wedgewood. HEX triplet: 4C, 71 and 93. RGB value is (76,113,147). Sum of RGB (Red+Green+Blue) = 76+113+147=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #4C7193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7193 is #B38E6C. Grayscale: #696969. Windows color (decimal): -11767405 or 9662796. OLE color: 9662796.

HSL color Cylindrical-coordinate representation of color #4C7193: hue angle of 208.73º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C7193 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB76113147-
CMYK0.480.2300.42
HSL208.73º31.84%43.73%-
HSV(B)208.73º48.3%57.65%-
XYZ14.1515.4529.84-
YUV105.81151.24106.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.62%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 147 (57.81% from 255) = 43.75%
R=22.62%
G=33.63%
B=43.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761131470.480.2300.42208.7331.8443.73
Hex4C7193301702Ad1202c
Octal11416122360270523214054
Binary100110011100011001001111000010111010101011010001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,113,147); }

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

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

 a { background-color: rgb(76,113,147); }

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

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

 span { border-color: rgb(76,113,147); }

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