#4E6B83

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

Shades of Wedgewood #4E6B83

Tints of Wedgewood #4E6B83

Color information

#4E6B83 (or 0x4E6B83) is unknown color: approx Wedgewood. HEX triplet: 4E, 6B and 83. RGB value is (78,107,131). Sum of RGB (Red+Green+Blue) = 78+107+131=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 131 - color contains mainly: blue. Hex color #4E6B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6B83 is #B1947C. Grayscale: #646464. Windows color (decimal): -11637885 or 8612686. OLE color: 8612686.

HSL color Cylindrical-coordinate representation of color #4E6B83: hue angle of 207.17º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E6B83 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB78107131-
CMYK0.400.1800.49
HSL207.17º25.36%40.98%-
HSV(B)207.17º40.46%51.37%-
XYZ12.513.7723.47-
YUV101.06144.89111.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.68%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 131 (51.56% from 255) = 41.46%
R=24.68%
G=33.86%
B=41.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal781071310.400.1800.49207.1725.3640.98
Hex4E6B832812031cf1929
Octal11615320350220613173151
Binary10011101101011100000111010001001001100011100111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,107,131); }

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

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

 a { background-color: rgb(78,107,131); }

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

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

 span { border-color: rgb(78,107,131); }

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