Html Css Color HEX #496689 Wedgewood

📋 copy color: '#496689'

red 73 ◦ green 102 ◦ blue 137

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

Shades of Wedgewood #496689

Tints of Wedgewood #496689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.69%

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

R = 23.4%
G = 32.69%
B = 43.91%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#496689 (or 0x496689) is known color: Wedgewood. HEX triplet: 49, 66 and 89. RGB value is (73,102,137). Sum of RGB (Red+Green+Blue) = 73+102+137=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 137 - color contains mainly: blue. Hex color #496689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496689 is #B69976. Grayscale: #616161. Windows color (decimal): -11966839 or 9004617. OLE color: 9004617.

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

Color convert

RGB 73 102 137 -
CMYK 0.47 0.26 0 0.46
HSL 212.81º 0.3% 0.41% -
HSV(B) 212.81º 0.47% 0.54% -
XYZ 12.01 12.73 25.49 -
YUV 97.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 73 102 137 0.47 0.26 0 0.46 212.81 0.3 0.41
Hex 49 66 89 2F 1A 0 2E D5 1E 29
Octal 111 146 211 57 32 0 56 325 36 51
Binary 1001001 1100110 10001001 101111 11010 0 101110 11010101 11110 101001

Color Harmonies of #496689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496689

Black with #496689

Text Example


Text Example

White with #496689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496689; }

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

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

background-color css

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

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

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

border-color css

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

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

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