Html Css Color HEX #496F8D Wedgewood

📋 copy color: '#496F8D'

red 73 ◦ green 111 ◦ blue 141

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

Shades of Wedgewood #496F8D

Tints of Wedgewood #496F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.15%

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 22.46%
G = 34.15%
B = 43.38%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#496F8D (or 0x496F8D) is known color: Wedgewood. HEX triplet: 49, 6F and 8D. RGB value is (73,111,141). Sum of RGB (Red+Green+Blue) = 73+111+141=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #496F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496F8D is #B69072. Grayscale: #666666. Windows color (decimal): -11964531 or 9269065. OLE color: 9269065.

HSL color Cylindrical-coordinate representation of color #496F8D: hue angle of 206.47º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #496F8D is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 111 141 -
CMYK 0.48 0.21 0 0.45
HSL 206.47º 0.32% 0.42% -
HSV(B) 206.47º 0.48% 0.55% -
XYZ 13.24 14.71 27.34 -
YUV 103.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 73 111 141 0.48 0.21 0 0.45 206.47 0.32 0.42
Hex 49 6F 8D 30 15 0 2D CE 20 2A
Octal 111 157 215 60 25 0 55 316 40 52
Binary 1001001 1101111 10001101 110000 10101 0 101101 11001110 100000 101010

Color Harmonies of #496F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F8D

Black with #496F8D

Text Example


Text Example

White with #496F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496F8D; }

 p { color: rgb(73,111,141); }

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

background-color css

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

 a { background-color: rgb(73,111,141); }

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

border-color css

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

 span { border-color: rgb(73,111,141); }

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