Html Css Color HEX #4E657D Wedgewood

📋 copy color: '#4E657D'

red 78 ◦ green 101 ◦ blue 125

#4E657D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #4E657D

Tints of Wedgewood #4E657D

RGB

 RED value IS 78 (30.86% from 255) = 25.66%

 GREEN value IS 101 (39.84% from 255) = 33.22%

 BLUE value IS 125 (49.22% from 255) = 41.12%

R = 25.66%
G = 33.22%
B = 41.12%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E657D (or 0x4E657D) is known color: Wedgewood. HEX triplet: 4E, 65 and 7D. RGB value is (78,101,125). Sum of RGB (Red+Green+Blue) = 78+101+125=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #4E657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E657D is #B19A82. Grayscale: #606060. Windows color (decimal): -11639427 or 8217934. OLE color: 8217934.

HSL color Cylindrical-coordinate representation of color #4E657D: hue angle of 210.64º 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 #4E657D is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 78 101 125 -
CMYK 0.38 0.19 0 0.51
HSL 210.64º 0.23% 0.4% -
HSV(B) 210.64º 0.38% 0.49% -
XYZ 11.5 12.41 21.19 -
YUV 96.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 78 101 125 0.38 0.19 0 0.51 210.64 0.23 0.4
Hex 4E 65 7D 26 13 0 33 D3 17 28
Octal 116 145 175 46 23 0 63 323 27 50
Binary 1001110 1100101 1111101 100110 10011 0 110011 11010011 10111 101000

Color Harmonies of #4E657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E657D

Black with #4E657D

Text Example


Text Example

White with #4E657D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E657D;
 }
 .AnyTagClassName
 {
   color: #4E657D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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