Html Css Color HEX #496C87 Wedgewood

📋 copy color: '#496C87'

red 73 ◦ green 108 ◦ blue 135

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

Shades of Wedgewood #496C87

Tints of Wedgewood #496C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.72%

R = 23.1%
G = 34.18%
B = 42.72%

CMYK

 C value IS 0.46

 M value IS 0.2

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#496C87 (or 0x496C87) is known color: Wedgewood. HEX triplet: 49, 6C and 87. RGB value is (73,108,135). Sum of RGB (Red+Green+Blue) = 73+108+135=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #496C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C87 is #B69378. Grayscale: #646464. Windows color (decimal): -11965305 or 8875081. OLE color: 8875081.

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

Color convert

RGB 73 108 135 -
CMYK 0.46 0.2 0 0.47
HSL 206.13º 0.3% 0.41% -
HSV(B) 206.13º 0.46% 0.53% -
XYZ 12.48 13.89 24.94 -
YUV 100.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 73 108 135 0.46 0.2 0 0.47 206.13 0.3 0.41
Hex 49 6C 87 2E 14 0 2F CE 1E 29
Octal 111 154 207 56 24 0 57 316 36 51
Binary 1001001 1101100 10000111 101110 10100 0 101111 11001110 11110 101001

Color Harmonies of #496C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C87

Black with #496C87

Text Example


Text Example

White with #496C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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