Html Css Color HEX #4E687C Wedgewood

📋 copy color: '#4E687C'

red 78 ◦ green 104 ◦ blue 124

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

Shades of Wedgewood #4E687C

Tints of Wedgewood #4E687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.99%

 BLUE value IS 124 (48.83% from 255) = 40.52%

R = 25.49%
G = 33.99%
B = 40.52%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E687C (or 0x4E687C) is known color: Wedgewood. HEX triplet: 4E, 68 and 7C. RGB value is (78,104,124). Sum of RGB (Red+Green+Blue) = 78+104+124=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E687C is #B19783. Grayscale: #626262. Windows color (decimal): -11638660 or 8153166. OLE color: 8153166.

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

Color convert

RGB 78 104 124 -
CMYK 0.37 0.16 0 0.51
HSL 206.09º 0.23% 0.4% -
HSV(B) 206.09º 0.37% 0.49% -
XYZ 11.73 12.98 20.96 -
YUV 98.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 78 104 124 0.37 0.16 0 0.51 206.09 0.23 0.4
Hex 4E 68 7C 25 10 0 33 CE 17 28
Octal 116 150 174 45 20 0 63 316 27 50
Binary 1001110 1101000 1111100 100101 10000 0 110011 11001110 10111 101000

Color Harmonies of #4E687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E687C

Black with #4E687C

Text Example


Text Example

White with #4E687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,104,124); }

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

background-color css

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

 a { background-color: rgb(78,104,124); }

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

border-color css

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

 span { border-color: rgb(78,104,124); }

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