Html Css Color HEX #496786 Wedgewood

📋 copy color: '#496786'

red 73 ◦ green 103 ◦ blue 134

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

Shades of Wedgewood #496786

Tints of Wedgewood #496786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.23%

R = 23.55%
G = 33.23%
B = 43.23%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#496786 (or 0x496786) is known color: Wedgewood. HEX triplet: 49, 67 and 86. RGB value is (73,103,134). Sum of RGB (Red+Green+Blue) = 73+103+134=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #496786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496786 is #B69879. Grayscale: #616161. Windows color (decimal): -11966586 or 8808265. OLE color: 8808265.

HSL color Cylindrical-coordinate representation of color #496786: hue angle of 210.49º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #496786 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 103 134 -
CMYK 0.46 0.23 0 0.47
HSL 210.49º 0.29% 0.41% -
HSV(B) 210.49º 0.46% 0.53% -
XYZ 11.9 12.84 24.41 -
YUV 97.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 73 103 134 0.46 0.23 0 0.47 210.49 0.29 0.41
Hex 49 67 86 2E 17 0 2F D2 1D 29
Octal 111 147 206 56 27 0 57 322 35 51
Binary 1001001 1100111 10000110 101110 10111 0 101111 11010010 11101 101001

Color Harmonies of #496786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496786

Black with #496786

Text Example


Text Example

White with #496786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496786; }

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

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

background-color css

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

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

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

border-color css

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

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

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