Html Css Color HEX #496386 Wedgewood

📋 copy color: '#496386'

red 73 ◦ green 99 ◦ blue 134

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

Shades of Wedgewood #496386

Tints of Wedgewood #496386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.79%

R = 23.86%
G = 32.35%
B = 43.79%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#496386 (or 0x496386) is known color: Wedgewood. HEX triplet: 49, 63 and 86. RGB value is (73,99,134). Sum of RGB (Red+Green+Blue) = 73+99+134=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #496386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496386 is #B69C79. Grayscale: #5F5F5F. Windows color (decimal): -11967610 or 8807241. OLE color: 8807241.

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

Color convert

RGB 73 99 134 -
CMYK 0.46 0.26 0 0.47
HSL 214.43º 0.29% 0.41% -
HSV(B) 214.43º 0.46% 0.53% -
XYZ 11.51 12.06 24.28 -
YUV 95.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 73 99 134 0.46 0.26 0 0.47 214.43 0.29 0.41
Hex 49 63 86 2E 1A 0 2F D6 1D 29
Octal 111 143 206 56 32 0 57 326 35 51
Binary 1001001 1100011 10000110 101110 11010 0 101111 11010110 11101 101001

Color Harmonies of #496386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496386

Black with #496386

Text Example


Text Example

White with #496386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496386; }

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

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

background-color css

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

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

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

border-color css

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

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

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