Html Css Color HEX #49667C Wedgewood

📋 copy color: '#49667C'

red 73 ◦ green 102 ◦ blue 124

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

Shades of Wedgewood #49667C

Tints of Wedgewood #49667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.11%

 BLUE value IS 124 (48.83% from 255) = 41.47%

R = 24.41%
G = 34.11%
B = 41.47%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49667C (or 0x49667C) is known color: Wedgewood. HEX triplet: 49, 66 and 7C. RGB value is (73,102,124). Sum of RGB (Red+Green+Blue) = 73+102+124=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #49667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49667C is #B69983. Grayscale: #5F5F5F. Windows color (decimal): -11966852 or 8152649. OLE color: 8152649.

HSL color Cylindrical-coordinate representation of color #49667C: hue angle of 205.88º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49667C is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 102 124 -
CMYK 0.41 0.18 0 0.51
HSL 205.88º 0.26% 0.39% -
HSV(B) 205.88º 0.41% 0.49% -
XYZ 11.14 12.37 20.87 -
YUV 95.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 73 102 124 0.41 0.18 0 0.51 205.88 0.26 0.39
Hex 49 66 7C 29 12 0 33 CE 1A 27
Octal 111 146 174 51 22 0 63 316 32 47
Binary 1001001 1100110 1111100 101001 10010 0 110011 11001110 11010 100111

Color Harmonies of #49667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49667C

Black with #49667C

Text Example


Text Example

White with #49667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49667C; }

 p { color: rgb(73,102,124); }

 H1.HeaderClassName
 {
   color: #49667C;
 }
 .AnyTagClassName
 {
   color: #49667C;
 }
</style>

background-color css

<style>
 a { background-color: #49667C; }

 a { background-color: rgb(73,102,124); }

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

border-color css

<style>
 span { border-color: #49667C; }

 span { border-color: rgb(73,102,124); }

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