Html Css Color HEX #496D8D Wedgewood

📋 copy color: '#496D8D'

red 73 ◦ green 109 ◦ blue 141

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

Shades of Wedgewood #496D8D

Tints of Wedgewood #496D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.65%

R = 22.6%
G = 33.75%
B = 43.65%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#496D8D (or 0x496D8D) is known color: Wedgewood. HEX triplet: 49, 6D and 8D. RGB value is (73,109,141). Sum of RGB (Red+Green+Blue) = 73+109+141=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #496D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496D8D is #B69272. Grayscale: #656565. Windows color (decimal): -11965043 or 9268553. OLE color: 9268553.

HSL color Cylindrical-coordinate representation of color #496D8D: hue angle of 208.24º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #496D8D is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 109 141 -
CMYK 0.48 0.23 0 0.45
HSL 208.24º 0.32% 0.42% -
HSV(B) 208.24º 0.48% 0.55% -
XYZ 13.02 14.28 27.27 -
YUV 101.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 73 109 141 0.48 0.23 0 0.45 208.24 0.32 0.42
Hex 49 6D 8D 30 17 0 2D D0 20 2A
Octal 111 155 215 60 27 0 55 320 40 52
Binary 1001001 1101101 10001101 110000 10111 0 101101 11010000 100000 101010

Color Harmonies of #496D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496D8D

Black with #496D8D

Text Example


Text Example

White with #496D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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