Html Css Color HEX #496982 Wedgewood

📋 copy color: '#496982'

red 73 ◦ green 105 ◦ blue 130

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

Shades of Wedgewood #496982

Tints of Wedgewood #496982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.09%

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

R = 23.7%
G = 34.09%
B = 42.21%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#496982 (or 0x496982) is known color: Wedgewood. HEX triplet: 49, 69 and 82. RGB value is (73,105,130). Sum of RGB (Red+Green+Blue) = 73+105+130=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #496982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496982 is #B6967D. Grayscale: #626262. Windows color (decimal): -11966078 or 8546633. OLE color: 8546633.

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

Color convert

RGB 73 105 130 -
CMYK 0.44 0.19 0 0.49
HSL 206.32º 0.28% 0.4% -
HSV(B) 206.32º 0.44% 0.51% -
XYZ 11.83 13.13 23.03 -
YUV 98.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 73 105 130 0.44 0.19 0 0.49 206.32 0.28 0.4
Hex 49 69 82 2C 13 0 31 CE 1C 28
Octal 111 151 202 54 23 0 61 316 34 50
Binary 1001001 1101001 10000010 101100 10011 0 110001 11001110 11100 101000

Color Harmonies of #496982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496982

Black with #496982

Text Example


Text Example

White with #496982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496982; }

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

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

background-color css

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

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

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

border-color css

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

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

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