Html Css Color HEX #496379 Wedgewood

📋 copy color: '#496379'

red 73 ◦ green 99 ◦ blue 121

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

Shades of Wedgewood #496379

Tints of Wedgewood #496379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.3%

R = 24.91%
G = 33.79%
B = 41.3%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#496379 (or 0x496379) is known color: Wedgewood. HEX triplet: 49, 63 and 79. RGB value is (73,99,121). Sum of RGB (Red+Green+Blue) = 73+99+121=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 121 - color contains mainly: blue. Hex color #496379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496379 is #B69C86. Grayscale: #5D5D5D. Windows color (decimal): -11967623 or 7955273. OLE color: 7955273.

HSL color Cylindrical-coordinate representation of color #496379: hue angle of 207.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #496379 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 99 121 -
CMYK 0.40 0.18 0 0.53
HSL 207.5º 0.25% 0.38% -
HSV(B) 207.5º 0.4% 0.47% -
XYZ 10.66 11.72 19.79 -
YUV 93.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 73 99 121 0.40 0.18 0 0.53 207.5 0.25 0.38
Hex 49 63 79 28 12 0 35 D0 19 26
Octal 111 143 171 50 22 0 65 320 31 46
Binary 1001001 1100011 1111001 101000 10010 0 110101 11010000 11001 100110

Color Harmonies of #496379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496379

Black with #496379

Text Example


Text Example

White with #496379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496379; }

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

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

background-color css

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

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

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

border-color css

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

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

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