Html Css Color HEX #49698F Wedgewood

📋 copy color: '#49698F'

red 73 ◦ green 105 ◦ blue 143

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

Shades of Wedgewood #49698F

Tints of Wedgewood #49698F

RGB

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

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

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

R = 22.74%
G = 32.71%
B = 44.55%

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

#49698F (or 0x49698F) is known color: Wedgewood. HEX triplet: 49, 69 and 8F. RGB value is (73,105,143). Sum of RGB (Red+Green+Blue) = 73+105+143=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #49698F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49698F is #B69670. Grayscale: #636363. Windows color (decimal): -11966065 or 9398601. OLE color: 9398601.

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

Color convert

RGB 73 105 143 -
CMYK 0.49 0.27 0 0.44
HSL 212.57º 0.32% 0.42% -
HSV(B) 212.57º 0.49% 0.56% -
XYZ 12.76 13.5 27.92 -
YUV 99.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 73 105 143 0.49 0.27 0 0.44 212.57 0.32 0.42
Hex 49 69 8F 31 1B 0 2C D5 20 2A
Octal 111 151 217 61 33 0 54 325 40 52
Binary 1001001 1101001 10001111 110001 11011 0 101100 11010101 100000 101010

Color Harmonies of #49698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49698F

Black with #49698F

Text Example


Text Example

White with #49698F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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