Html Css Color HEX #496085 Wedgewood

📋 copy color: '#496085'

red 73 ◦ green 96 ◦ blue 133

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

Shades of Wedgewood #496085

Tints of Wedgewood #496085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.79%

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

R = 24.17%
G = 31.79%
B = 44.04%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#496085 (or 0x496085) is known color: Wedgewood. HEX triplet: 49, 60 and 85. RGB value is (73,96,133). Sum of RGB (Red+Green+Blue) = 73+96+133=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #496085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496085 is #B69F7A. Grayscale: #5D5D5D. Windows color (decimal): -11968379 or 8740937. OLE color: 8740937.

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

Color convert

RGB 73 96 133 -
CMYK 0.45 0.28 0 0.48
HSL 217º 0.29% 0.4% -
HSV(B) 217º 0.45% 0.52% -
XYZ 11.16 11.48 23.82 -
YUV 93.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 73 96 133 0.45 0.28 0 0.48 217 0.29 0.4
Hex 49 60 85 2D 1C 0 30 D9 1D 28
Octal 111 140 205 55 34 0 60 331 35 50
Binary 1001001 1100000 10000101 101101 11100 0 110000 11011001 11101 101000

Color Harmonies of #496085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496085

Black with #496085

Text Example


Text Example

White with #496085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496085; }

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

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

background-color css

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

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

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

border-color css

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

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

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