Html Css Color HEX #49688E Wedgewood

📋 copy color: '#49688E'

red 73 ◦ green 104 ◦ blue 142

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

Shades of Wedgewood #49688E

Tints of Wedgewood #49688E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.6%

 BLUE value IS 142 (55.86% from 255) = 44.51%

R = 22.88%
G = 32.6%
B = 44.51%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49688E (or 0x49688E) is known color: Wedgewood. HEX triplet: 49, 68 and 8E. RGB value is (73,104,142). Sum of RGB (Red+Green+Blue) = 73+104+142=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #49688E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49688E is #B69771. Grayscale: #626262. Windows color (decimal): -11966322 or 9332809. OLE color: 9332809.

HSL color Cylindrical-coordinate representation of color #49688E: hue angle of 213.04º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49688E is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 104 142 -
CMYK 0.49 0.27 0 0.44
HSL 213.04º 0.32% 0.42% -
HSV(B) 213.04º 0.49% 0.56% -
XYZ 12.58 13.27 27.49 -
YUV 99.06 152.23 109.41 -
System Red Green Blue C M Y K H S L
Decimal 73 104 142 0.49 0.27 0 0.44 213.04 0.32 0.42
Hex 49 68 8E 31 1B 0 2C D5 20 2A
Octal 111 150 216 61 33 0 54 325 40 52
Binary 1001001 1101000 10001110 110001 11011 0 101100 11010101 100000 101010

Color Harmonies of #49688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49688E

Black with #49688E

Text Example


Text Example

White with #49688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49688E; }

 p { color: rgb(73,104,142); }

 H1.HeaderClassName
 {
   color: #49688E;
 }
 .AnyTagClassName
 {
   color: #49688E;
 }
</style>

background-color css

<style>
 a { background-color: #49688E; }

 a { background-color: rgb(73,104,142); }

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

border-color css

<style>
 span { border-color: #49688E; }

 span { border-color: rgb(73,104,142); }

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