Html Css Color HEX #49637B Wedgewood

📋 copy color: '#49637B'

red 73 ◦ green 99 ◦ blue 123

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

Shades of Wedgewood #49637B

Tints of Wedgewood #49637B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.56%

 BLUE value IS 123 (48.44% from 255) = 41.69%

R = 24.75%
G = 33.56%
B = 41.69%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49637B (or 0x49637B) is known color: Wedgewood. HEX triplet: 49, 63 and 7B. RGB value is (73,99,123). Sum of RGB (Red+Green+Blue) = 73+99+123=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #49637B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49637B is #B69C84. Grayscale: #5D5D5D. Windows color (decimal): -11967621 or 8086345. OLE color: 8086345.

HSL color Cylindrical-coordinate representation of color #49637B: hue angle of 208.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49637B is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 99 123 -
CMYK 0.41 0.20 0 0.52
HSL 208.8º 0.26% 0.38% -
HSV(B) 208.8º 0.41% 0.48% -
XYZ 10.78 11.77 20.44 -
YUV 93.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 73 99 123 0.41 0.20 0 0.52 208.8 0.26 0.38
Hex 49 63 7B 29 14 0 34 D1 1A 26
Octal 111 143 173 51 24 0 64 321 32 46
Binary 1001001 1100011 1111011 101001 10100 0 110100 11010001 11010 100110

Color Harmonies of #49637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49637B

Black with #49637B

Text Example


Text Example

White with #49637B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49637B; }

 p { color: rgb(73,99,123); }

 H1.HeaderClassName
 {
   color: #49637B;
 }
 .AnyTagClassName
 {
   color: #49637B;
 }
</style>

background-color css

<style>
 a { background-color: #49637B; }

 a { background-color: rgb(73,99,123); }

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

border-color css

<style>
 span { border-color: #49637B; }

 span { border-color: rgb(73,99,123); }

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