Html Css Color HEX #496389 Wedgewood

📋 copy color: '#496389'

red 73 ◦ green 99 ◦ blue 137

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

Shades of Wedgewood #496389

Tints of Wedgewood #496389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 44.34%

R = 23.62%
G = 32.04%
B = 44.34%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#496389 (or 0x496389) is known color: Wedgewood. HEX triplet: 49, 63 and 89. RGB value is (73,99,137). Sum of RGB (Red+Green+Blue) = 73+99+137=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #496389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496389 is #B69C76. Grayscale: #5F5F5F. Windows color (decimal): -11967607 or 9003849. OLE color: 9003849.

HSL color Cylindrical-coordinate representation of color #496389: hue angle of 215.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #496389 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 99 137 -
CMYK 0.47 0.28 0 0.46
HSL 215.63º 0.3% 0.41% -
HSV(B) 215.63º 0.47% 0.54% -
XYZ 11.72 12.15 25.39 -
YUV 95.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 73 99 137 0.47 0.28 0 0.46 215.63 0.3 0.41
Hex 49 63 89 2F 1C 0 2E D8 1E 29
Octal 111 143 211 57 34 0 56 330 36 51
Binary 1001001 1100011 10001001 101111 11100 0 101110 11011000 11110 101001

Color Harmonies of #496389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496389

Black with #496389

Text Example


Text Example

White with #496389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496389; }

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

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

background-color css

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

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

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

border-color css

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

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

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