Html Css Color HEX #496285 Wedgewood

📋 copy color: '#496285'

red 73 ◦ green 98 ◦ blue 133

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

Shades of Wedgewood #496285

Tints of Wedgewood #496285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.24%

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

R = 24.01%
G = 32.24%
B = 43.75%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#496285 (or 0x496285) is known color: Wedgewood. HEX triplet: 49, 62 and 85. RGB value is (73,98,133). Sum of RGB (Red+Green+Blue) = 73+98+133=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #496285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496285 is #B69D7A. Grayscale: #5E5E5E. Windows color (decimal): -11967867 or 8741449. OLE color: 8741449.

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

Color convert

RGB 73 98 133 -
CMYK 0.45 0.26 0 0.48
HSL 215º 0.29% 0.4% -
HSV(B) 215º 0.45% 0.52% -
XYZ 11.35 11.85 23.88 -
YUV 94.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 73 98 133 0.45 0.26 0 0.48 215 0.29 0.4
Hex 49 62 85 2D 1A 0 30 D7 1D 28
Octal 111 142 205 55 32 0 60 327 35 50
Binary 1001001 1100010 10000101 101101 11010 0 110000 11010111 11101 101000

Color Harmonies of #496285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496285

Black with #496285

Text Example


Text Example

White with #496285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496285; }

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

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

background-color css

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

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

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

border-color css

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

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

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