Html Css Color HEX #49698A Wedgewood

📋 copy color: '#49698A'

red 73 ◦ green 105 ◦ blue 138

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

Shades of Wedgewood #49698A

Tints of Wedgewood #49698A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.67%

R = 23.1%
G = 33.23%
B = 43.67%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#49698A (or 0x49698A) is known color: Wedgewood. HEX triplet: 49, 69 and 8A. RGB value is (73,105,138). Sum of RGB (Red+Green+Blue) = 73+105+138=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #49698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49698A is #B69675. Grayscale: #636363. Windows color (decimal): -11966070 or 9070921. OLE color: 9070921.

HSL color Cylindrical-coordinate representation of color #49698A: hue angle of 210.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49698A is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 105 138 -
CMYK 0.47 0.24 0 0.46
HSL 210.46º 0.31% 0.41% -
HSV(B) 210.46º 0.47% 0.54% -
XYZ 12.39 13.35 25.97 -
YUV 99.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 73 105 138 0.47 0.24 0 0.46 210.46 0.31 0.41
Hex 49 69 8A 2F 18 0 2E D2 1F 29
Octal 111 151 212 57 30 0 56 322 37 51
Binary 1001001 1101001 10001010 101111 11000 0 101110 11010010 11111 101001

Color Harmonies of #49698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49698A

Black with #49698A

Text Example


Text Example

White with #49698A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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