Html Css Color HEX #49688F Wedgewood

📋 copy color: '#49688F'

red 73 ◦ green 104 ◦ blue 143

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

Shades of Wedgewood #49688F

Tints of Wedgewood #49688F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.69%

R = 22.81%
G = 32.5%
B = 44.69%

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

#49688F (or 0x49688F) is known color: Wedgewood. HEX triplet: 49, 68 and 8F. RGB value is (73,104,143). Sum of RGB (Red+Green+Blue) = 73+104+143=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 143 - color contains mainly: blue. Hex color #49688F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49688F is #B69770. Grayscale: #626262. Windows color (decimal): -11966321 or 9398345. OLE color: 9398345.

HSL color Cylindrical-coordinate representation of color #49688F: hue angle of 213.43º 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 #49688F is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 104 143 -
CMYK 0.49 0.27 0 0.44
HSL 213.43º 0.32% 0.42% -
HSV(B) 213.43º 0.49% 0.56% -
XYZ 12.66 13.3 27.89 -
YUV 99.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 73 104 143 0.49 0.27 0 0.44 213.43 0.32 0.42
Hex 49 68 8F 31 1B 0 2C D5 20 2A
Octal 111 150 217 61 33 0 54 325 40 52
Binary 1001001 1101000 10001111 110001 11011 0 101100 11010101 100000 101010

Color Harmonies of #49688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49688F

Black with #49688F

Text Example


Text Example

White with #49688F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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