Html Css Color HEX #49698C Wedgewood

📋 copy color: '#49698C'

red 73 ◦ green 105 ◦ blue 140

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

Shades of Wedgewood #49698C

Tints of Wedgewood #49698C

RGB

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

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

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

R = 22.96%
G = 33.02%
B = 44.03%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49698C (or 0x49698C) is known color: Wedgewood. HEX triplet: 49, 69 and 8C. RGB value is (73,105,140). Sum of RGB (Red+Green+Blue) = 73+105+140=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #49698C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49698C is #B69673. Grayscale: #636363. Windows color (decimal): -11966068 or 9201993. OLE color: 9201993.

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

Color convert

RGB 73 105 140 -
CMYK 0.48 0.25 0 0.45
HSL 211.34º 0.31% 0.42% -
HSV(B) 211.34º 0.48% 0.55% -
XYZ 12.53 13.41 26.74 -
YUV 99.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 73 105 140 0.48 0.25 0 0.45 211.34 0.31 0.42
Hex 49 69 8C 30 19 0 2D D3 1F 2A
Octal 111 151 214 60 31 0 55 323 37 52
Binary 1001001 1101001 10001100 110000 11001 0 101101 11010011 11111 101010

Color Harmonies of #49698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49698C

Black with #49698C

Text Example


Text Example

White with #49698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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