Html Css Color HEX #496789 Wedgewood

📋 copy color: '#496789'

red 73 ◦ green 103 ◦ blue 137

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

Shades of Wedgewood #496789

Tints of Wedgewood #496789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.91%

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

R = 23.32%
G = 32.91%
B = 43.77%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#496789 (or 0x496789) is known color: Wedgewood. HEX triplet: 49, 67 and 89. RGB value is (73,103,137). Sum of RGB (Red+Green+Blue) = 73+103+137=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #496789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496789 is #B69876. Grayscale: #616161. Windows color (decimal): -11966583 or 9004873. OLE color: 9004873.

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

Color convert

RGB 73 103 137 -
CMYK 0.47 0.25 0 0.46
HSL 211.88º 0.3% 0.41% -
HSV(B) 211.88º 0.47% 0.54% -
XYZ 12.11 12.92 25.52 -
YUV 97.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 73 103 137 0.47 0.25 0 0.46 211.88 0.3 0.41
Hex 49 67 89 2F 19 0 2E D4 1E 29
Octal 111 147 211 57 31 0 56 324 36 51
Binary 1001001 1100111 10001001 101111 11001 0 101110 11010100 11110 101001

Color Harmonies of #496789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496789

Black with #496789

Text Example


Text Example

White with #496789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496789; }

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

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

background-color css

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

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

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

border-color css

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

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

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