Html Css Color HEX #496C91 Wedgewood

📋 copy color: '#496C91'

red 73 ◦ green 108 ◦ blue 145

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

Shades of Wedgewood #496C91

Tints of Wedgewood #496C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.48%

R = 22.39%
G = 33.13%
B = 44.48%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#496C91 (or 0x496C91) is known color: Wedgewood. HEX triplet: 49, 6C and 91. RGB value is (73,108,145). Sum of RGB (Red+Green+Blue) = 73+108+145=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #496C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C91 is #B6936E. Grayscale: #656565. Windows color (decimal): -11965295 or 9530441. OLE color: 9530441.

HSL color Cylindrical-coordinate representation of color #496C91: hue angle of 210.83º 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 #496C91 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 108 145 -
CMYK 0.50 0.26 0 0.43
HSL 210.83º 0.33% 0.43% -
HSV(B) 210.83º 0.5% 0.57% -
XYZ 13.22 14.19 28.83 -
YUV 101.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 73 108 145 0.50 0.26 0 0.43 210.83 0.33 0.43
Hex 49 6C 91 32 1A 0 2B D3 21 2B
Octal 111 154 221 62 32 0 53 323 41 53
Binary 1001001 1101100 10010001 110010 11010 0 101011 11010011 100001 101011

Color Harmonies of #496C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C91

Black with #496C91

Text Example


Text Example

White with #496C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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