Html Css Color HEX #49627B Wedgewood

📋 copy color: '#49627B'

red 73 ◦ green 98 ◦ blue 123

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

Shades of Wedgewood #49627B

Tints of Wedgewood #49627B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.33%

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

R = 24.83%
G = 33.33%
B = 41.84%

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

#49627B (or 0x49627B) is known color: Wedgewood. HEX triplet: 49, 62 and 7B. RGB value is (73,98,123). Sum of RGB (Red+Green+Blue) = 73+98+123=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #49627B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49627B is #B69D84. Grayscale: #5D5D5D. Windows color (decimal): -11967877 or 8086089. OLE color: 8086089.

HSL color Cylindrical-coordinate representation of color #49627B: hue angle of 210º 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 #49627B is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 98 123 -
CMYK 0.41 0.20 0 0.52
HSL 210º 0.26% 0.38% -
HSV(B) 210º 0.41% 0.48% -
XYZ 10.69 11.58 20.41 -
YUV 93.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 73 98 123 0.41 0.20 0 0.52 210 0.26 0.38
Hex 49 62 7B 29 14 0 34 D2 1A 26
Octal 111 142 173 51 24 0 64 322 32 46
Binary 1001001 1100010 1111011 101001 10100 0 110100 11010010 11010 100110

Color Harmonies of #49627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49627B

Black with #49627B

Text Example


Text Example

White with #49627B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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