Html Css Color HEX #496C8C Wedgewood

📋 copy color: '#496C8C'

red 73 ◦ green 108 ◦ blue 140

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

Shades of Wedgewood #496C8C

Tints of Wedgewood #496C8C

RGB

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

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

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

R = 22.74%
G = 33.64%
B = 43.61%

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

#496C8C (or 0x496C8C) is known color: Wedgewood. HEX triplet: 49, 6C and 8C. RGB value is (73,108,140). Sum of RGB (Red+Green+Blue) = 73+108+140=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #496C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C8C is #B69373. Grayscale: #656565. Windows color (decimal): -11965300 or 9202761. OLE color: 9202761.

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

Color convert

RGB 73 108 140 -
CMYK 0.48 0.23 0 0.45
HSL 208.66º 0.31% 0.42% -
HSV(B) 208.66º 0.48% 0.55% -
XYZ 12.84 14.04 26.84 -
YUV 101.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 73 108 140 0.48 0.23 0 0.45 208.66 0.31 0.42
Hex 49 6C 8C 30 17 0 2D D1 1F 2A
Octal 111 154 214 60 27 0 55 321 37 52
Binary 1001001 1101100 10001100 110000 10111 0 101101 11010001 11111 101010

Color Harmonies of #496C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C8C

Black with #496C8C

Text Example


Text Example

White with #496C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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