Html Css Color HEX #496680 Wedgewood

📋 copy color: '#496680'

red 73 ◦ green 102 ◦ blue 128

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

Shades of Wedgewood #496680

Tints of Wedgewood #496680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

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

R = 24.09%
G = 33.66%
B = 42.24%

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

#496680 (or 0x496680) is known color: Wedgewood. HEX triplet: 49, 66 and 80. RGB value is (73,102,128). Sum of RGB (Red+Green+Blue) = 73+102+128=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #496680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496680 is #B6997F. Grayscale: #606060. Windows color (decimal): -11966848 or 8414793. OLE color: 8414793.

HSL color Cylindrical-coordinate representation of color #496680: hue angle of 208.36º 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 #496680 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 102 128 -
CMYK 0.43 0.20 0 0.50
HSL 208.36º 0.27% 0.39% -
HSV(B) 208.36º 0.43% 0.5% -
XYZ 11.4 12.48 22.23 -
YUV 96.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 73 102 128 0.43 0.20 0 0.50 208.36 0.27 0.39
Hex 49 66 80 2B 14 0 32 D0 1B 27
Octal 111 146 200 53 24 0 62 320 33 47
Binary 1001001 1100110 10000000 101011 10100 0 110010 11010000 11011 100111

Color Harmonies of #496680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496680

Black with #496680

Text Example


Text Example

White with #496680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496680; }

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

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

background-color css

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

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

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

border-color css

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

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

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