Html Css Color HEX #49658D Wedgewood

📋 copy color: '#49658D'

red 73 ◦ green 101 ◦ blue 141

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

Shades of Wedgewood #49658D

Tints of Wedgewood #49658D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.06%

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

R = 23.17%
G = 32.06%
B = 44.76%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49658D (or 0x49658D) is known color: Wedgewood. HEX triplet: 49, 65 and 8D. RGB value is (73,101,141). Sum of RGB (Red+Green+Blue) = 73+101+141=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #49658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49658D is #B69A72. Grayscale: #616161. Windows color (decimal): -11967091 or 9266505. OLE color: 9266505.

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

Color convert

RGB 73 101 141 -
CMYK 0.48 0.28 0 0.45
HSL 215.29º 0.32% 0.42% -
HSV(B) 215.29º 0.48% 0.55% -
XYZ 12.21 12.65 27 -
YUV 97.19 152.72 110.75 -
System Red Green Blue C M Y K H S L
Decimal 73 101 141 0.48 0.28 0 0.45 215.29 0.32 0.42
Hex 49 65 8D 30 1C 0 2D D7 20 2A
Octal 111 145 215 60 34 0 55 327 40 52
Binary 1001001 1100101 10001101 110000 11100 0 101101 11010111 100000 101010

Color Harmonies of #49658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49658D

Black with #49658D

Text Example


Text Example

White with #49658D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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