Html Css Color HEX #496485 Wedgewood

📋 copy color: '#496485'

red 73 ◦ green 100 ◦ blue 133

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

Shades of Wedgewood #496485

Tints of Wedgewood #496485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

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

R = 23.86%
G = 32.68%
B = 43.46%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#496485 (or 0x496485) is known color: Wedgewood. HEX triplet: 49, 64 and 85. RGB value is (73,100,133). Sum of RGB (Red+Green+Blue) = 73+100+133=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #496485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496485 is #B69B7A. Grayscale: #5F5F5F. Windows color (decimal): -11967355 or 8741961. OLE color: 8741961.

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

Color convert

RGB 73 100 133 -
CMYK 0.45 0.25 0 0.48
HSL 213º 0.29% 0.4% -
HSV(B) 213º 0.45% 0.52% -
XYZ 11.54 12.22 23.94 -
YUV 95.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 73 100 133 0.45 0.25 0 0.48 213 0.29 0.4
Hex 49 64 85 2D 19 0 30 D5 1D 28
Octal 111 144 205 55 31 0 60 325 35 50
Binary 1001001 1100100 10000101 101101 11001 0 110000 11010101 11101 101000

Color Harmonies of #496485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496485

Black with #496485

Text Example


Text Example

White with #496485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496485; }

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

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

background-color css

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

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

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

border-color css

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

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

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