Html Css Color HEX #496685 Wedgewood

📋 copy color: '#496685'

red 73 ◦ green 102 ◦ blue 133

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

Shades of Wedgewood #496685

Tints of Wedgewood #496685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.12%

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

R = 23.7%
G = 33.12%
B = 43.18%

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

#496685 (or 0x496685) is known color: Wedgewood. HEX triplet: 49, 66 and 85. RGB value is (73,102,133). Sum of RGB (Red+Green+Blue) = 73+102+133=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #496685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496685 is #B6997A. Grayscale: #606060. Windows color (decimal): -11966843 or 8742473. OLE color: 8742473.

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

Color convert

RGB 73 102 133 -
CMYK 0.45 0.23 0 0.48
HSL 211º 0.29% 0.4% -
HSV(B) 211º 0.45% 0.52% -
XYZ 11.73 12.61 24.01 -
YUV 96.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 73 102 133 0.45 0.23 0 0.48 211 0.29 0.4
Hex 49 66 85 2D 17 0 30 D3 1D 28
Octal 111 146 205 55 27 0 60 323 35 50
Binary 1001001 1100110 10000101 101101 10111 0 110000 11010011 11101 101000

Color Harmonies of #496685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496685

Black with #496685

Text Example


Text Example

White with #496685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496685; }

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

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

background-color css

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

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

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

border-color css

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

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

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