Html Css Color HEX #496185 Wedgewood

📋 copy color: '#496185'

red 73 ◦ green 97 ◦ blue 133

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

Shades of Wedgewood #496185

Tints of Wedgewood #496185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.01%

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

R = 24.09%
G = 32.01%
B = 43.89%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#496185 (or 0x496185) is known color: Wedgewood. HEX triplet: 49, 61 and 85. RGB value is (73,97,133). Sum of RGB (Red+Green+Blue) = 73+97+133=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #496185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496185 is #B69E7A. Grayscale: #5D5D5D. Windows color (decimal): -11968123 or 8741193. OLE color: 8741193.

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

Color convert

RGB 73 97 133 -
CMYK 0.45 0.27 0 0.48
HSL 216º 0.29% 0.4% -
HSV(B) 216º 0.45% 0.52% -
XYZ 11.26 11.66 23.85 -
YUV 93.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 73 97 133 0.45 0.27 0 0.48 216 0.29 0.4
Hex 49 61 85 2D 1B 0 30 D8 1D 28
Octal 111 141 205 55 33 0 60 330 35 50
Binary 1001001 1100001 10000101 101101 11011 0 110000 11011000 11101 101000

Color Harmonies of #496185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496185

Black with #496185

Text Example


Text Example

White with #496185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496185; }

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

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

background-color css

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

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

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

border-color css

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

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

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