Html Css Color HEX #496F87 Wedgewood

📋 copy color: '#496F87'

red 73 ◦ green 111 ◦ blue 135

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

Shades of Wedgewood #496F87

Tints of Wedgewood #496F87

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.8%

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

R = 22.88%
G = 34.8%
B = 42.32%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#496F87 (or 0x496F87) is known color: Wedgewood. HEX triplet: 49, 6F and 87. RGB value is (73,111,135). Sum of RGB (Red+Green+Blue) = 73+111+135=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #496F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496F87 is #B69078. Grayscale: #666666. Windows color (decimal): -11964537 or 8875849. OLE color: 8875849.

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

Color convert

RGB 73 111 135 -
CMYK 0.46 0.18 0 0.47
HSL 203.23º 0.3% 0.41% -
HSV(B) 203.23º 0.46% 0.53% -
XYZ 12.81 14.53 25.05 -
YUV 102.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 73 111 135 0.46 0.18 0 0.47 203.23 0.3 0.41
Hex 49 6F 87 2E 12 0 2F CB 1E 29
Octal 111 157 207 56 22 0 57 313 36 51
Binary 1001001 1101111 10000111 101110 10010 0 101111 11001011 11110 101001

Color Harmonies of #496F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F87

Black with #496F87

Text Example


Text Example

White with #496F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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