Html Css Color HEX #49698D Wedgewood

📋 copy color: '#49698D'

red 73 ◦ green 105 ◦ blue 141

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

Shades of Wedgewood #49698D

Tints of Wedgewood #49698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.92%

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

R = 22.88%
G = 32.92%
B = 44.2%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49698D (or 0x49698D) is known color: Wedgewood. HEX triplet: 49, 69 and 8D. RGB value is (73,105,141). Sum of RGB (Red+Green+Blue) = 73+105+141=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #49698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49698D is #B69672. Grayscale: #636363. Windows color (decimal): -11966067 or 9267529. OLE color: 9267529.

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

Color convert

RGB 73 105 141 -
CMYK 0.48 0.26 0 0.45
HSL 211.76º 0.32% 0.42% -
HSV(B) 211.76º 0.48% 0.55% -
XYZ 12.61 13.44 27.13 -
YUV 99.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 73 105 141 0.48 0.26 0 0.45 211.76 0.32 0.42
Hex 49 69 8D 30 1A 0 2D D4 20 2A
Octal 111 151 215 60 32 0 55 324 40 52
Binary 1001001 1101001 10001101 110000 11010 0 101101 11010100 100000 101010

Color Harmonies of #49698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49698D

Black with #49698D

Text Example


Text Example

White with #49698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49698D; }

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

 H1.HeaderClassName
 {
   color: #49698D;
 }
 .AnyTagClassName
 {
   color: #49698D;
 }
</style>

background-color css

<style>
 a { background-color: #49698D; }

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

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

border-color css

<style>
 span { border-color: #49698D; }

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

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