#4C6E93

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

Shades of Wedgewood #4C6E93

Tints of Wedgewood #4C6E93

Color information

#4C6E93 (or 0x4C6E93) is unknown color: approx Wedgewood. HEX triplet: 4C, 6E and 93. RGB value is (76,110,147). Sum of RGB (Red+Green+Blue) = 76+110+147=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #4C6E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6E93 is #B3916C. Grayscale: #676767. Windows color (decimal): -11768173 or 9662028. OLE color: 9662028.

HSL color Cylindrical-coordinate representation of color #4C6E93: hue angle of 211.27º 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 #4C6E93 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB76110147-
CMYK0.480.2500.42
HSL211.27º31.84%43.73%-
HSV(B)211.27º48.3%57.65%-
XYZ13.8214.7929.73-
YUV104.05152.24107.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.82%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 147 (57.81% from 255) = 44.14%
R=22.82%
G=33.03%
B=44.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761101470.480.2500.42211.2731.8443.73
Hex4C6E93301902Ad3202c
Octal11415622360310523234054
Binary100110011011101001001111000011001010101011010011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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