Html Css Color HEX #496785 Wedgewood

📋 copy color: '#496785'

red 73 ◦ green 103 ◦ blue 133

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

Shades of Wedgewood #496785

Tints of Wedgewood #496785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.33%

 BLUE value IS 133 (52.34% from 255) = 43.04%

R = 23.62%
G = 33.33%
B = 43.04%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#496785 (or 0x496785) is known color: Wedgewood. HEX triplet: 49, 67 and 85. RGB value is (73,103,133). Sum of RGB (Red+Green+Blue) = 73+103+133=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #496785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496785 is #B6987A. Grayscale: #616161. Windows color (decimal): -11966587 or 8742729. OLE color: 8742729.

HSL color Cylindrical-coordinate representation of color #496785: hue angle of 210º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #496785 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 103 133 -
CMYK 0.45 0.23 0 0.48
HSL 210º 0.29% 0.4% -
HSV(B) 210º 0.45% 0.52% -
XYZ 11.83 12.81 24.04 -
YUV 97.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 73 103 133 0.45 0.23 0 0.48 210 0.29 0.4
Hex 49 67 85 2D 17 0 30 D2 1D 28
Octal 111 147 205 55 27 0 60 322 35 50
Binary 1001001 1100111 10000101 101101 10111 0 110000 11010010 11101 101000

Color Harmonies of #496785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496785

Black with #496785

Text Example


Text Example

White with #496785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496785; }

 p { color: rgb(73,103,133); }

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

background-color css

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

 a { background-color: rgb(73,103,133); }

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

border-color css

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

 span { border-color: rgb(73,103,133); }

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