Html Css Color HEX #496282 Wedgewood

📋 copy color: '#496282'

red 73 ◦ green 98 ◦ blue 130

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

Shades of Wedgewood #496282

Tints of Wedgewood #496282

RGB

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

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

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

R = 24.25%
G = 32.56%
B = 43.19%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#496282 (or 0x496282) is known color: Wedgewood. HEX triplet: 49, 62 and 82. RGB value is (73,98,130). Sum of RGB (Red+Green+Blue) = 73+98+130=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #496282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496282 is #B69D7D. Grayscale: #5E5E5E. Windows color (decimal): -11967870 or 8544841. OLE color: 8544841.

HSL color Cylindrical-coordinate representation of color #496282: hue angle of 213.68º 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 #496282 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 98 130 -
CMYK 0.44 0.25 0 0.49
HSL 213.68º 0.28% 0.4% -
HSV(B) 213.68º 0.44% 0.51% -
XYZ 11.14 11.76 22.8 -
YUV 94.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 73 98 130 0.44 0.25 0 0.49 213.68 0.28 0.4
Hex 49 62 82 2C 19 0 31 D6 1C 28
Octal 111 142 202 54 31 0 61 326 34 50
Binary 1001001 1100010 10000010 101100 11001 0 110001 11010110 11100 101000

Color Harmonies of #496282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496282

Black with #496282

Text Example


Text Example

White with #496282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496282; }

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

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

background-color css

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

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

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

border-color css

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

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

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