Html Css Color HEX #49688A Wedgewood

📋 copy color: '#49688A'

red 73 ◦ green 104 ◦ blue 138

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

Shades of Wedgewood #49688A

Tints of Wedgewood #49688A

RGB

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

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

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

R = 23.17%
G = 33.02%
B = 43.81%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#49688A (or 0x49688A) is known color: Wedgewood. HEX triplet: 49, 68 and 8A. RGB value is (73,104,138). Sum of RGB (Red+Green+Blue) = 73+104+138=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #49688A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49688A is #B69775. Grayscale: #626262. Windows color (decimal): -11966326 or 9070665. OLE color: 9070665.

HSL color Cylindrical-coordinate representation of color #49688A: hue angle of 211.38º 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 #49688A is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 104 138 -
CMYK 0.47 0.25 0 0.46
HSL 211.38º 0.31% 0.41% -
HSV(B) 211.38º 0.47% 0.54% -
XYZ 12.29 13.15 25.94 -
YUV 98.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 73 104 138 0.47 0.25 0 0.46 211.38 0.31 0.41
Hex 49 68 8A 2F 19 0 2E D3 1F 29
Octal 111 150 212 57 31 0 56 323 37 51
Binary 1001001 1101000 10001010 101111 11001 0 101110 11010011 11111 101001

Color Harmonies of #49688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49688A

Black with #49688A

Text Example


Text Example

White with #49688A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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