#4E7694

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

Shades of Wedgewood #4E7694

Tints of Wedgewood #4E7694

Color information

#4E7694 (or 0x4E7694) is unknown color: approx Wedgewood. HEX triplet: 4E, 76 and 94. RGB value is (78,118,148). Sum of RGB (Red+Green+Blue) = 78+118+148=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #4E7694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7694 is #B1896B. Grayscale: #6D6D6D. Windows color (decimal): -11635052 or 9729614. OLE color: 9729614.

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

Color convert

RGB78118148-
CMYK0.470.2000.42
HSL205.71º30.97%44.31%-
HSV(B)205.71º47.3%58.04%-
XYZ14.9716.7130.45-
YUV109.46149.75105.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.67%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 148 (58.20% from 255) = 43.02%
R=22.67%
G=34.30%
B=43.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781181480.470.2000.42205.7130.9744.31
Hex4E76942F1402Ace1f2c
Octal11616622457240523163754
Binary10011101110110100101001011111010001010101100111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,118,148); }

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

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

 a { background-color: rgb(78,118,148); }

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

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

 span { border-color: rgb(78,118,148); }

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