Html Css Color HEX #496586 Wedgewood

📋 copy color: '#496586'

red 73 ◦ green 101 ◦ blue 134

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

Shades of Wedgewood #496586

Tints of Wedgewood #496586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.79%

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

R = 23.7%
G = 32.79%
B = 43.51%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#496586 (or 0x496586) is known color: Wedgewood. HEX triplet: 49, 65 and 86. RGB value is (73,101,134). Sum of RGB (Red+Green+Blue) = 73+101+134=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #496586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496586 is #B69A79. Grayscale: #606060. Windows color (decimal): -11967098 or 8807753. OLE color: 8807753.

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

Color convert

RGB 73 101 134 -
CMYK 0.46 0.25 0 0.47
HSL 212.46º 0.29% 0.41% -
HSV(B) 212.46º 0.46% 0.53% -
XYZ 11.7 12.45 24.34 -
YUV 96.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 73 101 134 0.46 0.25 0 0.47 212.46 0.29 0.41
Hex 49 65 86 2E 19 0 2F D4 1D 29
Octal 111 145 206 56 31 0 57 324 35 51
Binary 1001001 1100101 10000110 101110 11001 0 101111 11010100 11101 101001

Color Harmonies of #496586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496586

Black with #496586

Text Example


Text Example

White with #496586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496586; }

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

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

background-color css

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

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

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

border-color css

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

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

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