Html Css Color HEX #4E728E Wedgewood

📋 copy color: '#4E728E'

red 78 ◦ green 114 ◦ blue 142

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

Shades of Wedgewood #4E728E

Tints of Wedgewood #4E728E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 23.35%
G = 34.13%
B = 42.51%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4E728E (or 0x4E728E) is known color: Wedgewood. HEX triplet: 4E, 72 and 8E. RGB value is (78,114,142). Sum of RGB (Red+Green+Blue) = 78+114+142=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E728E is #B18D71. Grayscale: #6A6A6A. Windows color (decimal): -11636082 or 9335374. OLE color: 9335374.

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

Color convert

RGB 78 114 142 -
CMYK 0.45 0.20 0 0.44
HSL 206.25º 0.29% 0.43% -
HSV(B) 206.25º 0.45% 0.56% -
XYZ 14.04 15.61 27.86 -
YUV 106.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 78 114 142 0.45 0.20 0 0.44 206.25 0.29 0.43
Hex 4E 72 8E 2D 14 0 2C CE 1D 2B
Octal 116 162 216 55 24 0 54 316 35 53
Binary 1001110 1110010 10001110 101101 10100 0 101100 11001110 11101 101011

Color Harmonies of #4E728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E728E

Black with #4E728E

Text Example


Text Example

White with #4E728E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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