Html Css Color HEX #49668D Wedgewood

📋 copy color: '#49668D'

red 73 ◦ green 102 ◦ blue 141

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

Shades of Wedgewood #49668D

Tints of Wedgewood #49668D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.28%

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

R = 23.1%
G = 32.28%
B = 44.62%

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

#49668D (or 0x49668D) is known color: Wedgewood. HEX triplet: 49, 66 and 8D. RGB value is (73,102,141). Sum of RGB (Red+Green+Blue) = 73+102+141=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #49668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49668D is #B69972. Grayscale: #616161. Windows color (decimal): -11966835 or 9266761. OLE color: 9266761.

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

Color convert

RGB 73 102 141 -
CMYK 0.48 0.28 0 0.45
HSL 214.41º 0.32% 0.42% -
HSV(B) 214.41º 0.48% 0.55% -
XYZ 12.31 12.84 27.03 -
YUV 97.78 152.39 110.33 -
System Red Green Blue C M Y K H S L
Decimal 73 102 141 0.48 0.28 0 0.45 214.41 0.32 0.42
Hex 49 66 8D 30 1C 0 2D D6 20 2A
Octal 111 146 215 60 34 0 55 326 40 52
Binary 1001001 1100110 10001101 110000 11100 0 101101 11010110 100000 101010

Color Harmonies of #49668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49668D

Black with #49668D

Text Example


Text Example

White with #49668D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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