#4E667D

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

Shades of Wedgewood #4E667D

Tints of Wedgewood #4E667D

Color information

#4E667D (or 0x4E667D) is unknown color: approx Wedgewood. HEX triplet: 4E, 66 and 7D. RGB value is (78,102,125). Sum of RGB (Red+Green+Blue) = 78+102+125=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #4E667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E667D is #B19982. Grayscale: #616161. Windows color (decimal): -11639171 or 8218190. OLE color: 8218190.

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

Color convert

RGB78102125-
CMYK0.380.1800.51
HSL209.36º23.15%39.8%-
HSV(B)209.36º37.6%49.02%-
XYZ11.5912.621.22-
YUV97.45143.55114.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.57%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 125 (49.22% from 255) = 40.98%
R=25.57%
G=33.44%
B=40.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal781021250.380.1800.51209.3623.1539.8
Hex4E667D2612033d11728
Octal11614617546220633212750
Binary1001110110011011111011001101001001100111101000110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,102,125); }

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

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

 a { background-color: rgb(78,102,125); }

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

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

 span { border-color: rgb(78,102,125); }

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