Html Css Color HEX #496382 Wedgewood

📋 copy color: '#496382'

red 73 ◦ green 99 ◦ blue 130

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

Shades of Wedgewood #496382

Tints of Wedgewood #496382

RGB

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

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

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

R = 24.17%
G = 32.78%
B = 43.05%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#496382 (or 0x496382) is known color: Wedgewood. HEX triplet: 49, 63 and 82. RGB value is (73,99,130). Sum of RGB (Red+Green+Blue) = 73+99+130=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #496382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496382 is #B69C7D. Grayscale: #5E5E5E. Windows color (decimal): -11967614 or 8545097. OLE color: 8545097.

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

Color convert

RGB 73 99 130 -
CMYK 0.44 0.24 0 0.49
HSL 212.63º 0.28% 0.4% -
HSV(B) 212.63º 0.44% 0.51% -
XYZ 11.24 11.95 22.83 -
YUV 94.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 73 99 130 0.44 0.24 0 0.49 212.63 0.28 0.4
Hex 49 63 82 2C 18 0 31 D5 1C 28
Octal 111 143 202 54 30 0 61 325 34 50
Binary 1001001 1100011 10000010 101100 11000 0 110001 11010101 11100 101000

Color Harmonies of #496382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496382

Black with #496382

Text Example


Text Example

White with #496382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496382; }

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

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

background-color css

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

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

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

border-color css

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

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

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