Html Css Color HEX #496D8C Wedgewood

📋 copy color: '#496D8C'

red 73 ◦ green 109 ◦ blue 140

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

Shades of Wedgewood #496D8C

Tints of Wedgewood #496D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.48%

R = 22.67%
G = 33.85%
B = 43.48%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#496D8C (or 0x496D8C) is known color: Wedgewood. HEX triplet: 49, 6D and 8C. RGB value is (73,109,140). Sum of RGB (Red+Green+Blue) = 73+109+140=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #496D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496D8C is #B69273. Grayscale: #656565. Windows color (decimal): -11965044 or 9203017. OLE color: 9203017.

HSL color Cylindrical-coordinate representation of color #496D8C: hue angle of 207.76º degrees, saturation: 0.31, 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 #496D8C is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 109 140 -
CMYK 0.48 0.22 0 0.45
HSL 207.76º 0.31% 0.42% -
HSV(B) 207.76º 0.48% 0.55% -
XYZ 12.95 14.25 26.88 -
YUV 101.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 73 109 140 0.48 0.22 0 0.45 207.76 0.31 0.42
Hex 49 6D 8C 30 16 0 2D D0 1F 2A
Octal 111 155 214 60 26 0 55 320 37 52
Binary 1001001 1101101 10001100 110000 10110 0 101101 11010000 11111 101010

Color Harmonies of #496D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496D8C

Black with #496D8C

Text Example


Text Example

White with #496D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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