Html Css Color HEX #496A8E Wedgewood

📋 copy color: '#496A8E'

red 73 ◦ green 106 ◦ blue 142

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

Shades of Wedgewood #496A8E

Tints of Wedgewood #496A8E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.02%

 BLUE value IS 142 (55.86% from 255) = 44.24%

R = 22.74%
G = 33.02%
B = 44.24%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#496A8E (or 0x496A8E) is known color: Wedgewood. HEX triplet: 49, 6A and 8E. RGB value is (73,106,142). Sum of RGB (Red+Green+Blue) = 73+106+142=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #496A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496A8E is #B69571. Grayscale: #646464. Windows color (decimal): -11965810 or 9333321. OLE color: 9333321.

HSL color Cylindrical-coordinate representation of color #496A8E: hue angle of 211.3º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #496A8E is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 106 142 -
CMYK 0.49 0.25 0 0.44
HSL 211.3º 0.32% 0.42% -
HSV(B) 211.3º 0.49% 0.56% -
XYZ 12.78 13.68 27.56 -
YUV 100.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 73 106 142 0.49 0.25 0 0.44 211.3 0.32 0.42
Hex 49 6A 8E 31 19 0 2C D3 20 2A
Octal 111 152 216 61 31 0 54 323 40 52
Binary 1001001 1101010 10001110 110001 11001 0 101100 11010011 100000 101010

Color Harmonies of #496A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A8E

Black with #496A8E

Text Example


Text Example

White with #496A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,106,142); }

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

background-color css

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

 a { background-color: rgb(73,106,142); }

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

border-color css

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

 span { border-color: rgb(73,106,142); }

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