Html Css Color HEX #496380 Wedgewood

📋 copy color: '#496380'

red 73 ◦ green 99 ◦ blue 128

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

Shades of Wedgewood #496380

Tints of Wedgewood #496380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

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

R = 24.33%
G = 33%
B = 42.67%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#496380 (or 0x496380) is known color: Wedgewood. HEX triplet: 49, 63 and 80. RGB value is (73,99,128). Sum of RGB (Red+Green+Blue) = 73+99+128=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #496380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496380 is #B69C7F. Grayscale: #5E5E5E. Windows color (decimal): -11967616 or 8414025. OLE color: 8414025.

HSL color Cylindrical-coordinate representation of color #496380: hue angle of 211.64º 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 #496380 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 99 128 -
CMYK 0.43 0.23 0 0.50
HSL 211.64º 0.27% 0.39% -
HSV(B) 211.64º 0.43% 0.5% -
XYZ 11.11 11.9 22.13 -
YUV 94.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 73 99 128 0.43 0.23 0 0.50 211.64 0.27 0.39
Hex 49 63 80 2B 17 0 32 D4 1B 27
Octal 111 143 200 53 27 0 62 324 33 47
Binary 1001001 1100011 10000000 101011 10111 0 110010 11010100 11011 100111

Color Harmonies of #496380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496380

Black with #496380

Text Example


Text Example

White with #496380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496380; }

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

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

background-color css

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

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

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

border-color css

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

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

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