Html Css Color HEX #4E6880 Wedgewood

📋 copy color: '#4E6880'

red 78 ◦ green 104 ◦ blue 128

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

Shades of Wedgewood #4E6880

Tints of Wedgewood #4E6880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 25.16%
G = 33.55%
B = 41.29%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4E6880 (or 0x4E6880) is known color: Wedgewood. HEX triplet: 4E, 68 and 80. RGB value is (78,104,128). Sum of RGB (Red+Green+Blue) = 78+104+128=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #4E6880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6880 is #B1977F. Grayscale: #626262. Windows color (decimal): -11638656 or 8415310. OLE color: 8415310.

HSL color Cylindrical-coordinate representation of color #4E6880: hue angle of 208.8º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E6880 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 78 104 128 -
CMYK 0.39 0.19 0 0.50
HSL 208.8º 0.24% 0.4% -
HSV(B) 208.8º 0.39% 0.5% -
XYZ 11.99 13.08 22.31 -
YUV 98.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 78 104 128 0.39 0.19 0 0.50 208.8 0.24 0.4
Hex 4E 68 80 27 13 0 32 D1 18 28
Octal 116 150 200 47 23 0 62 321 30 50
Binary 1001110 1101000 10000000 100111 10011 0 110010 11010001 11000 101000

Color Harmonies of #4E6880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6880

Black with #4E6880

Text Example


Text Example

White with #4E6880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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