Html Css Color HEX #4E7187 Wedgewood

📋 copy color: '#4E7187'

red 78 ◦ green 113 ◦ blue 135

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

Shades of Wedgewood #4E7187

Tints of Wedgewood #4E7187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

 BLUE value IS 135 (53.13% from 255) = 41.41%

R = 23.93%
G = 34.66%
B = 41.41%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4E7187 (or 0x4E7187) is known color: Wedgewood. HEX triplet: 4E, 71 and 87. RGB value is (78,113,135). Sum of RGB (Red+Green+Blue) = 78+113+135=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 135 - color contains mainly: blue. Hex color #4E7187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7187 is #B18E78. Grayscale: #686868. Windows color (decimal): -11636345 or 8876366. OLE color: 8876366.

HSL color Cylindrical-coordinate representation of color #4E7187: hue angle of 203.16º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E7187 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 78 113 135 -
CMYK 0.42 0.16 0 0.47
HSL 203.16º 0.27% 0.42% -
HSV(B) 203.16º 0.42% 0.53% -
XYZ 13.42 15.18 25.14 -
YUV 105.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 78 113 135 0.42 0.16 0 0.47 203.16 0.27 0.42
Hex 4E 71 87 2A 10 0 2F CB 1B 2A
Octal 116 161 207 52 20 0 57 313 33 52
Binary 1001110 1110001 10000111 101010 10000 0 101111 11001011 11011 101010

Color Harmonies of #4E7187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7187

Black with #4E7187

Text Example


Text Example

White with #4E7187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,113,135); }

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

background-color css

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

 a { background-color: rgb(78,113,135); }

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

border-color css

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

 span { border-color: rgb(78,113,135); }

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