Html Css Color HEX #496C92 Wedgewood

📋 copy color: '#496C92'

red 73 ◦ green 108 ◦ blue 146

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

Shades of Wedgewood #496C92

Tints of Wedgewood #496C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.03%

 BLUE value IS 146 (57.42% from 255) = 44.65%

R = 22.32%
G = 33.03%
B = 44.65%

CMYK

 C value IS 0.5

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#496C92 (or 0x496C92) is known color: Wedgewood. HEX triplet: 49, 6C and 92. RGB value is (73,108,146). Sum of RGB (Red+Green+Blue) = 73+108+146=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #496C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C92 is #B6936D. Grayscale: #656565. Windows color (decimal): -11965294 or 9595977. OLE color: 9595977.

HSL color Cylindrical-coordinate representation of color #496C92: hue angle of 211.23º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496C92 is Cyan = 0.5, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 108 146 -
CMYK 0.5 0.26 0 0.43
HSL 211.23º 0.33% 0.43% -
HSV(B) 211.23º 0.5% 0.57% -
XYZ 13.3 14.22 29.24 -
YUV 101.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 73 108 146 0.5 0.26 0 0.43 211.23 0.33 0.43
Hex 49 6C 92 32 1A 0 2B D3 21 2B
Octal 111 154 222 62 32 0 53 323 41 53
Binary 1001001 1101100 10010010 110010 11010 0 101011 11010011 100001 101011

Color Harmonies of #496C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C92

Black with #496C92

Text Example


Text Example

White with #496C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,108,146); }

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

background-color css

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

 a { background-color: rgb(73,108,146); }

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

border-color css

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

 span { border-color: rgb(73,108,146); }

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