Html Css Color HEX #4E728D Wedgewood

📋 copy color: '#4E728D'

red 78 ◦ green 114 ◦ blue 141

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

Shades of Wedgewood #4E728D

Tints of Wedgewood #4E728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.23%

 BLUE value IS 141 (55.47% from 255) = 42.34%

R = 23.42%
G = 34.23%
B = 42.34%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4E728D (or 0x4E728D) is known color: Wedgewood. HEX triplet: 4E, 72 and 8D. RGB value is (78,114,141). Sum of RGB (Red+Green+Blue) = 78+114+141=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #4E728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E728D is #B18D72. Grayscale: #6A6A6A. Windows color (decimal): -11636083 or 9269838. OLE color: 9269838.

HSL color Cylindrical-coordinate representation of color #4E728D: hue angle of 205.71º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E728D is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 78 114 141 -
CMYK 0.45 0.19 0 0.45
HSL 205.71º 0.29% 0.43% -
HSV(B) 205.71º 0.45% 0.55% -
XYZ 13.97 15.58 27.47 -
YUV 106.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 78 114 141 0.45 0.19 0 0.45 205.71 0.29 0.43
Hex 4E 72 8D 2D 13 0 2D CE 1D 2B
Octal 116 162 215 55 23 0 55 316 35 53
Binary 1001110 1110010 10001101 101101 10011 0 101101 11001110 11101 101011

Color Harmonies of #4E728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E728D

Black with #4E728D

Text Example


Text Example

White with #4E728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,114,141); }

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

background-color css

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

 a { background-color: rgb(78,114,141); }

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

border-color css

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

 span { border-color: rgb(78,114,141); }

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