Html Css Color HEX #496C90 Wedgewood

📋 copy color: '#496C90'

red 73 ◦ green 108 ◦ blue 144

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

Shades of Wedgewood #496C90

Tints of Wedgewood #496C90

RGB

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

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

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

R = 22.46%
G = 33.23%
B = 44.31%

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

#496C90 (or 0x496C90) is known color: Wedgewood. HEX triplet: 49, 6C and 90. RGB value is (73,108,144). Sum of RGB (Red+Green+Blue) = 73+108+144=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #496C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C90 is #B6936F. Grayscale: #656565. Windows color (decimal): -11965296 or 9464905. OLE color: 9464905.

HSL color Cylindrical-coordinate representation of color #496C90: hue angle of 210.42º 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 #496C90 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 108 144 -
CMYK 0.49 0.25 0 0.44
HSL 210.42º 0.33% 0.43% -
HSV(B) 210.42º 0.49% 0.56% -
XYZ 13.14 14.16 28.43 -
YUV 101.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 73 108 144 0.49 0.25 0 0.44 210.42 0.33 0.43
Hex 49 6C 90 31 19 0 2C D2 21 2B
Octal 111 154 220 61 31 0 54 322 41 53
Binary 1001001 1101100 10010000 110001 11001 0 101100 11010010 100001 101011

Color Harmonies of #496C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C90

Black with #496C90

Text Example


Text Example

White with #496C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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