Html Css Color HEX #496780 Wedgewood

📋 copy color: '#496780'

red 73 ◦ green 103 ◦ blue 128

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

Shades of Wedgewood #496780

Tints of Wedgewood #496780

RGB

 RED value IS 73 (28.91% from 255) = 24.01%

 GREEN value IS 103 (40.63% from 255) = 33.88%

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

R = 24.01%
G = 33.88%
B = 42.11%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#496780 (or 0x496780) is known color: Wedgewood. HEX triplet: 49, 67 and 80. RGB value is (73,103,128). Sum of RGB (Red+Green+Blue) = 73+103+128=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #496780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496780 is #B6987F. Grayscale: #606060. Windows color (decimal): -11966592 or 8415049. OLE color: 8415049.

HSL color Cylindrical-coordinate representation of color #496780: hue angle of 207.27º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #496780 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 103 128 -
CMYK 0.43 0.20 0 0.50
HSL 207.27º 0.27% 0.39% -
HSV(B) 207.27º 0.43% 0.5% -
XYZ 11.49 12.68 22.26 -
YUV 96.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 73 103 128 0.43 0.20 0 0.50 207.27 0.27 0.39
Hex 49 67 80 2B 14 0 32 CF 1B 27
Octal 111 147 200 53 24 0 62 317 33 47
Binary 1001001 1100111 10000000 101011 10100 0 110010 11001111 11011 100111

Color Harmonies of #496780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496780

Black with #496780

Text Example


Text Example

White with #496780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496780; }

 p { color: rgb(73,103,128); }

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

background-color css

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

 a { background-color: rgb(73,103,128); }

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

border-color css

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

 span { border-color: rgb(73,103,128); }

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