Html Css Color HEX #4E677E Wedgewood

📋 copy color: '#4E677E'

red 78 ◦ green 103 ◦ blue 126

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

Shades of Wedgewood #4E677E

Tints of Wedgewood #4E677E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.55%

 BLUE value IS 126 (49.61% from 255) = 41.04%

R = 25.41%
G = 33.55%
B = 41.04%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E677E (or 0x4E677E) is known color: Wedgewood. HEX triplet: 4E, 67 and 7E. RGB value is (78,103,126). Sum of RGB (Red+Green+Blue) = 78+103+126=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E677E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E677E is #B19881. Grayscale: #626262. Windows color (decimal): -11638914 or 8283982. OLE color: 8283982.

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

Color convert

RGB 78 103 126 -
CMYK 0.38 0.18 0 0.51
HSL 208.75º 0.24% 0.4% -
HSV(B) 208.75º 0.38% 0.49% -
XYZ 11.76 12.83 21.59 -
YUV 98.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 78 103 126 0.38 0.18 0 0.51 208.75 0.24 0.4
Hex 4E 67 7E 26 12 0 33 D1 18 28
Octal 116 147 176 46 22 0 63 321 30 50
Binary 1001110 1100111 1111110 100110 10010 0 110011 11010001 11000 101000

Color Harmonies of #4E677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E677E

Black with #4E677E

Text Example


Text Example

White with #4E677E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,103,126); }

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

background-color css

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

 a { background-color: rgb(78,103,126); }

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

border-color css

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

 span { border-color: rgb(78,103,126); }

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