Html Css Color HEX #496886 Wedgewood

📋 copy color: '#496886'

red 73 ◦ green 104 ◦ blue 134

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

Shades of Wedgewood #496886

Tints of Wedgewood #496886

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

 BLUE value IS 134 (52.73% from 255) = 43.09%

R = 23.47%
G = 33.44%
B = 43.09%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#496886 (or 0x496886) is known color: Wedgewood. HEX triplet: 49, 68 and 86. RGB value is (73,104,134). Sum of RGB (Red+Green+Blue) = 73+104+134=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 134 - color contains mainly: blue. Hex color #496886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496886 is #B69779. Grayscale: #616161. Windows color (decimal): -11966330 or 8808521. OLE color: 8808521.

HSL color Cylindrical-coordinate representation of color #496886: hue angle of 209.51º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #496886 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 104 134 -
CMYK 0.46 0.22 0 0.47
HSL 209.51º 0.29% 0.41% -
HSV(B) 209.51º 0.46% 0.53% -
XYZ 12 13.04 24.44 -
YUV 98.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 73 104 134 0.46 0.22 0 0.47 209.51 0.29 0.41
Hex 49 68 86 2E 16 0 2F D2 1D 29
Octal 111 150 206 56 26 0 57 322 35 51
Binary 1001001 1101000 10000110 101110 10110 0 101111 11010010 11101 101001

Color Harmonies of #496886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496886

Black with #496886

Text Example


Text Example

White with #496886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496886; }

 p { color: rgb(73,104,134); }

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

background-color css

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

 a { background-color: rgb(73,104,134); }

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

border-color css

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

 span { border-color: rgb(73,104,134); }

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