Html Css Color HEX #4E6882 Wedgewood

📋 copy color: '#4E6882'

red 78 ◦ green 104 ◦ blue 130

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

Shades of Wedgewood #4E6882

Tints of Wedgewood #4E6882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 25%
G = 33.33%
B = 41.67%

CMYK

 C value IS 0.40

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4E6882 (or 0x4E6882) is known color: Wedgewood. HEX triplet: 4E, 68 and 82. RGB value is (78,104,130). Sum of RGB (Red+Green+Blue) = 78+104+130=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E6882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6882 is #B1977D. Grayscale: #636363. Windows color (decimal): -11638654 or 8546382. OLE color: 8546382.

HSL color Cylindrical-coordinate representation of color #4E6882: hue angle of 210º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E6882 is Cyan = 0.40, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 78 104 130 -
CMYK 0.40 0.2 0 0.49
HSL 210º 0.25% 0.41% -
HSV(B) 210º 0.4% 0.51% -
XYZ 12.12 13.13 23.01 -
YUV 99.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 78 104 130 0.40 0.2 0 0.49 210 0.25 0.41
Hex 4E 68 82 28 14 0 31 D2 19 29
Octal 116 150 202 50 24 0 61 322 31 51
Binary 1001110 1101000 10000010 101000 10100 0 110001 11010010 11001 101001

Color Harmonies of #4E6882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6882

Black with #4E6882

Text Example


Text Example

White with #4E6882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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