Html Css Color HEX #496482 Wedgewood

📋 copy color: '#496482'

red 73 ◦ green 100 ◦ blue 130

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

Shades of Wedgewood #496482

Tints of Wedgewood #496482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33%

 BLUE value IS 130 (51.17% from 255) = 42.9%

R = 24.09%
G = 33%
B = 42.9%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#496482 (or 0x496482) is known color: Wedgewood. HEX triplet: 49, 64 and 82. RGB value is (73,100,130). Sum of RGB (Red+Green+Blue) = 73+100+130=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #496482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496482 is #B69B7D. Grayscale: #5F5F5F. Windows color (decimal): -11967358 or 8545353. OLE color: 8545353.

HSL color Cylindrical-coordinate representation of color #496482: hue angle of 211.58º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #496482 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 100 130 -
CMYK 0.44 0.23 0 0.49
HSL 211.58º 0.28% 0.4% -
HSV(B) 211.58º 0.44% 0.51% -
XYZ 11.33 12.14 22.87 -
YUV 95.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 73 100 130 0.44 0.23 0 0.49 211.58 0.28 0.4
Hex 49 64 82 2C 17 0 31 D4 1C 28
Octal 111 144 202 54 27 0 61 324 34 50
Binary 1001001 1100100 10000010 101100 10111 0 110001 11010100 11100 101000

Color Harmonies of #496482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496482

Black with #496482

Text Example


Text Example

White with #496482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496482; }

 p { color: rgb(73,100,130); }

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

background-color css

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

 a { background-color: rgb(73,100,130); }

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

border-color css

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

 span { border-color: rgb(73,100,130); }

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