Html Css Color HEX #496587 Wedgewood

📋 copy color: '#496587'

red 73 ◦ green 101 ◦ blue 135

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

Shades of Wedgewood #496587

Tints of Wedgewood #496587

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.69%

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

R = 23.62%
G = 32.69%
B = 43.69%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#496587 (or 0x496587) is known color: Wedgewood. HEX triplet: 49, 65 and 87. RGB value is (73,101,135). Sum of RGB (Red+Green+Blue) = 73+101+135=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #496587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496587 is #B69A78. Grayscale: #606060. Windows color (decimal): -11967097 or 8873289. OLE color: 8873289.

HSL color Cylindrical-coordinate representation of color #496587: hue angle of 212.9º 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 #496587 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 101 135 -
CMYK 0.46 0.25 0 0.47
HSL 212.9º 0.3% 0.41% -
HSV(B) 212.9º 0.46% 0.53% -
XYZ 11.77 12.47 24.71 -
YUV 96.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 73 101 135 0.46 0.25 0 0.47 212.9 0.3 0.41
Hex 49 65 87 2E 19 0 2F D5 1E 29
Octal 111 145 207 56 31 0 57 325 36 51
Binary 1001001 1100101 10000111 101110 11001 0 101111 11010101 11110 101001

Color Harmonies of #496587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496587

Black with #496587

Text Example


Text Example

White with #496587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496587; }

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

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

background-color css

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

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

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

border-color css

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

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

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