Html Css Color HEX #496D8A Wedgewood

📋 copy color: '#496D8A'

red 73 ◦ green 109 ◦ blue 138

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

Shades of Wedgewood #496D8A

Tints of Wedgewood #496D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.13%

R = 22.81%
G = 34.06%
B = 43.13%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#496D8A (or 0x496D8A) is known color: Wedgewood. HEX triplet: 49, 6D and 8A. RGB value is (73,109,138). Sum of RGB (Red+Green+Blue) = 73+109+138=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #496D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496D8A is #B69275. Grayscale: #656565. Windows color (decimal): -11965046 or 9071945. OLE color: 9071945.

HSL color Cylindrical-coordinate representation of color #496D8A: hue angle of 206.77º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #496D8A is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 109 138 -
CMYK 0.47 0.21 0 0.46
HSL 206.77º 0.31% 0.41% -
HSV(B) 206.77º 0.47% 0.54% -
XYZ 12.8 14.19 26.11 -
YUV 101.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 73 109 138 0.47 0.21 0 0.46 206.77 0.31 0.41
Hex 49 6D 8A 2F 15 0 2E CF 1F 29
Octal 111 155 212 57 25 0 56 317 37 51
Binary 1001001 1101101 10001010 101111 10101 0 101110 11001111 11111 101001

Color Harmonies of #496D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496D8A

Black with #496D8A

Text Example


Text Example

White with #496D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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