Html Css Color HEX #496C88 Wedgewood

📋 copy color: '#496C88'

red 73 ◦ green 108 ◦ blue 136

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

Shades of Wedgewood #496C88

Tints of Wedgewood #496C88

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.07%

 BLUE value IS 136 (53.52% from 255) = 42.9%

R = 23.03%
G = 34.07%
B = 42.9%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#496C88 (or 0x496C88) is known color: Wedgewood. HEX triplet: 49, 6C and 88. RGB value is (73,108,136). Sum of RGB (Red+Green+Blue) = 73+108+136=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #496C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C88 is #B69377. Grayscale: #646464. Windows color (decimal): -11965304 or 8940617. OLE color: 8940617.

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

Color convert

RGB 73 108 136 -
CMYK 0.46 0.21 0 0.47
HSL 206.67º 0.3% 0.41% -
HSV(B) 206.67º 0.46% 0.53% -
XYZ 12.55 13.92 25.32 -
YUV 100.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 73 108 136 0.46 0.21 0 0.47 206.67 0.3 0.41
Hex 49 6C 88 2E 15 0 2F CF 1E 29
Octal 111 154 210 56 25 0 57 317 36 51
Binary 1001001 1101100 10001000 101110 10101 0 101111 11001111 11110 101001

Color Harmonies of #496C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C88

Black with #496C88

Text Example


Text Example

White with #496C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,108,136); }

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

background-color css

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

 a { background-color: rgb(73,108,136); }

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

border-color css

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

 span { border-color: rgb(73,108,136); }

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