Html Css Color HEX #496880 Wedgewood

📋 copy color: '#496880'

red 73 ◦ green 104 ◦ blue 128

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

Shades of Wedgewood #496880

Tints of Wedgewood #496880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.1%

 BLUE value IS 128 (50.39% from 255) = 41.97%

R = 23.93%
G = 34.1%
B = 41.97%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#496880 (or 0x496880) is known color: Wedgewood. HEX triplet: 49, 68 and 80. RGB value is (73,104,128). Sum of RGB (Red+Green+Blue) = 73+104+128=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #496880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496880 is #B6977F. Grayscale: #616161. Windows color (decimal): -11966336 or 8415305. OLE color: 8415305.

HSL color Cylindrical-coordinate representation of color #496880: hue angle of 206.18º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #496880 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 104 128 -
CMYK 0.43 0.19 0 0.50
HSL 206.18º 0.27% 0.39% -
HSV(B) 206.18º 0.43% 0.5% -
XYZ 11.59 12.88 22.3 -
YUV 97.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 73 104 128 0.43 0.19 0 0.50 206.18 0.27 0.39
Hex 49 68 80 2B 13 0 32 CE 1B 27
Octal 111 150 200 53 23 0 62 316 33 47
Binary 1001001 1101000 10000000 101011 10011 0 110010 11001110 11011 100111

Color Harmonies of #496880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496880

Black with #496880

Text Example


Text Example

White with #496880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496880; }

 p { color: rgb(73,104,128); }

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

background-color css

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

 a { background-color: rgb(73,104,128); }

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

border-color css

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

 span { border-color: rgb(73,104,128); }

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