Html Css Color HEX #496990 Wedgewood

📋 copy color: '#496990'

red 73 ◦ green 105 ◦ blue 144

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

Shades of Wedgewood #496990

Tints of Wedgewood #496990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.61%

 BLUE value IS 144 (56.64% from 255) = 44.72%

R = 22.67%
G = 32.61%
B = 44.72%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#496990 (or 0x496990) is known color: Wedgewood. HEX triplet: 49, 69 and 90. RGB value is (73,105,144). Sum of RGB (Red+Green+Blue) = 73+105+144=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #496990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496990 is #B6966F. Grayscale: #636363. Windows color (decimal): -11966064 or 9464137. OLE color: 9464137.

HSL color Cylindrical-coordinate representation of color #496990: hue angle of 212.96º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #496990 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 105 144 -
CMYK 0.49 0.27 0 0.44
HSL 212.96º 0.33% 0.43% -
HSV(B) 212.96º 0.49% 0.56% -
XYZ 12.83 13.53 28.32 -
YUV 99.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 73 105 144 0.49 0.27 0 0.44 212.96 0.33 0.43
Hex 49 69 90 31 1B 0 2C D5 21 2B
Octal 111 151 220 61 33 0 54 325 41 53
Binary 1001001 1101001 10010000 110001 11011 0 101100 11010101 100001 101011

Color Harmonies of #496990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496990

Black with #496990

Text Example


Text Example

White with #496990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496990; }

 p { color: rgb(73,105,144); }

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

background-color css

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

 a { background-color: rgb(73,105,144); }

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

border-color css

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

 span { border-color: rgb(73,105,144); }

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