Html Css Color HEX #49718F Wedgewood

📋 copy color: '#49718F'

red 73 ◦ green 113 ◦ blue 143

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

Shades of Wedgewood #49718F

Tints of Wedgewood #49718F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.35%

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

R = 22.19%
G = 34.35%
B = 43.47%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49718F (or 0x49718F) is known color: Wedgewood. HEX triplet: 49, 71 and 8F. RGB value is (73,113,143). Sum of RGB (Red+Green+Blue) = 73+113+143=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #49718F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49718F is #B68E70. Grayscale: #686868. Windows color (decimal): -11964017 or 9400649. OLE color: 9400649.

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

Color convert

RGB 73 113 143 -
CMYK 0.49 0.21 0 0.44
HSL 205.71º 0.32% 0.42% -
HSV(B) 205.71º 0.49% 0.56% -
XYZ 13.61 15.21 28.21 -
YUV 104.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 73 113 143 0.49 0.21 0 0.44 205.71 0.32 0.42
Hex 49 71 8F 31 15 0 2C CE 20 2A
Octal 111 161 217 61 25 0 54 316 40 52
Binary 1001001 1110001 10001111 110001 10101 0 101100 11001110 100000 101010

Color Harmonies of #49718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49718F

Black with #49718F

Text Example


Text Example

White with #49718F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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