Html Css Color HEX #496D8F Wedgewood

📋 copy color: '#496D8F'

red 73 ◦ green 109 ◦ blue 143

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

Shades of Wedgewood #496D8F

Tints of Wedgewood #496D8F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.54%

 BLUE value IS 143 (56.25% from 255) = 44%

R = 22.46%
G = 33.54%
B = 44%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#496D8F (or 0x496D8F) is known color: Wedgewood. HEX triplet: 49, 6D and 8F. RGB value is (73,109,143). Sum of RGB (Red+Green+Blue) = 73+109+143=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 143 - color contains mainly: blue. Hex color #496D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496D8F is #B69270. Grayscale: #656565. Windows color (decimal): -11965041 or 9399625. OLE color: 9399625.

HSL color Cylindrical-coordinate representation of color #496D8F: hue angle of 209.14º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #496D8F is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 109 143 -
CMYK 0.49 0.24 0 0.44
HSL 209.14º 0.32% 0.42% -
HSV(B) 209.14º 0.49% 0.56% -
XYZ 13.17 14.34 28.06 -
YUV 102.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 73 109 143 0.49 0.24 0 0.44 209.14 0.32 0.42
Hex 49 6D 8F 31 18 0 2C D1 20 2A
Octal 111 155 217 61 30 0 54 321 40 52
Binary 1001001 1101101 10001111 110001 11000 0 101100 11010001 100000 101010

Color Harmonies of #496D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496D8F

Black with #496D8F

Text Example


Text Example

White with #496D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,109,143); }

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

background-color css

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

 a { background-color: rgb(73,109,143); }

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

border-color css

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

 span { border-color: rgb(73,109,143); }

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