Html Css Color HEX #496481 Wedgewood

📋 copy color: '#496481'

red 73 ◦ green 100 ◦ blue 129

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

Shades of Wedgewood #496481

Tints of Wedgewood #496481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.72%

R = 24.17%
G = 33.11%
B = 42.72%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#496481 (or 0x496481) is known color: Wedgewood. HEX triplet: 49, 64 and 81. RGB value is (73,100,129). Sum of RGB (Red+Green+Blue) = 73+100+129=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: blue. Hex color #496481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496481 is #B69B7E. Grayscale: #5F5F5F. Windows color (decimal): -11967359 or 8479817. OLE color: 8479817.

HSL color Cylindrical-coordinate representation of color #496481: hue angle of 211.07º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #496481 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 100 129 -
CMYK 0.43 0.22 0 0.49
HSL 211.07º 0.28% 0.4% -
HSV(B) 211.07º 0.43% 0.51% -
XYZ 11.27 12.12 22.51 -
YUV 95.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 73 100 129 0.43 0.22 0 0.49 211.07 0.28 0.4
Hex 49 64 81 2B 16 0 31 D3 1C 28
Octal 111 144 201 53 26 0 61 323 34 50
Binary 1001001 1100100 10000001 101011 10110 0 110001 11010011 11100 101000

Color Harmonies of #496481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496481

Black with #496481

Text Example


Text Example

White with #496481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496481; }

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

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

background-color css

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

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

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

border-color css

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

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

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