Html Css Color HEX #496487 Wedgewood

📋 copy color: '#496487'

red 73 ◦ green 100 ◦ blue 135

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

Shades of Wedgewood #496487

Tints of Wedgewood #496487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 43.83%

R = 23.7%
G = 32.47%
B = 43.83%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#496487 (or 0x496487) is known color: Wedgewood. HEX triplet: 49, 64 and 87. RGB value is (73,100,135). Sum of RGB (Red+Green+Blue) = 73+100+135=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #496487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496487 is #B69B78. Grayscale: #5F5F5F. Windows color (decimal): -11967353 or 8873033. OLE color: 8873033.

HSL color Cylindrical-coordinate representation of color #496487: hue angle of 213.87º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #496487 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 100 135 -
CMYK 0.46 0.26 0 0.47
HSL 213.87º 0.3% 0.41% -
HSV(B) 213.87º 0.46% 0.53% -
XYZ 11.68 12.28 24.68 -
YUV 95.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 73 100 135 0.46 0.26 0 0.47 213.87 0.3 0.41
Hex 49 64 87 2E 1A 0 2F D6 1E 29
Octal 111 144 207 56 32 0 57 326 36 51
Binary 1001001 1100100 10000111 101110 11010 0 101111 11010110 11110 101001

Color Harmonies of #496487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496487

Black with #496487

Text Example


Text Example

White with #496487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496487; }

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

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

background-color css

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

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

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

border-color css

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

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

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