Html Css Color HEX #4E657C Wedgewood

📋 copy color: '#4E657C'

red 78 ◦ green 101 ◦ blue 124

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

Shades of Wedgewood #4E657C

Tints of Wedgewood #4E657C

RGB

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

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

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

R = 25.74%
G = 33.33%
B = 40.92%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E657C (or 0x4E657C) is known color: Wedgewood. HEX triplet: 4E, 65 and 7C. RGB value is (78,101,124). Sum of RGB (Red+Green+Blue) = 78+101+124=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E657C is #B19A83. Grayscale: #606060. Windows color (decimal): -11639428 or 8152398. OLE color: 8152398.

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

Color convert

RGB 78 101 124 -
CMYK 0.37 0.19 0 0.51
HSL 210º 0.23% 0.4% -
HSV(B) 210º 0.37% 0.49% -
XYZ 11.43 12.38 20.86 -
YUV 96.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 78 101 124 0.37 0.19 0 0.51 210 0.23 0.4
Hex 4E 65 7C 25 13 0 33 D2 17 28
Octal 116 145 174 45 23 0 63 322 27 50
Binary 1001110 1100101 1111100 100101 10011 0 110011 11010010 10111 101000

Color Harmonies of #4E657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E657C

Black with #4E657C

Text Example


Text Example

White with #4E657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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