Html Css Color HEX #496C86 Wedgewood

📋 copy color: '#496C86'

red 73 ◦ green 108 ◦ blue 134

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

Shades of Wedgewood #496C86

Tints of Wedgewood #496C86

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.29%

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

R = 23.17%
G = 34.29%
B = 42.54%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#496C86 (or 0x496C86) is known color: Wedgewood. HEX triplet: 49, 6C and 86. RGB value is (73,108,134). Sum of RGB (Red+Green+Blue) = 73+108+134=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #496C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C86 is #B69379. Grayscale: #646464. Windows color (decimal): -11965306 or 8809545. OLE color: 8809545.

HSL color Cylindrical-coordinate representation of color #496C86: hue angle of 205.57º 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 #496C86 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 108 134 -
CMYK 0.46 0.19 0 0.47
HSL 205.57º 0.29% 0.41% -
HSV(B) 205.57º 0.46% 0.53% -
XYZ 12.41 13.86 24.58 -
YUV 100.5 146.9 108.39 -
System Red Green Blue C M Y K H S L
Decimal 73 108 134 0.46 0.19 0 0.47 205.57 0.29 0.41
Hex 49 6C 86 2E 13 0 2F CE 1D 29
Octal 111 154 206 56 23 0 57 316 35 51
Binary 1001001 1101100 10000110 101110 10011 0 101111 11001110 11101 101001

Color Harmonies of #496C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C86

Black with #496C86

Text Example


Text Example

White with #496C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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