Html Css Color HEX #496888 Wedgewood

📋 copy color: '#496888'

red 73 ◦ green 104 ◦ blue 136

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

Shades of Wedgewood #496888

Tints of Wedgewood #496888

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.23%

 BLUE value IS 136 (53.52% from 255) = 43.45%

R = 23.32%
G = 33.23%
B = 43.45%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#496888 (or 0x496888) is known color: Wedgewood. HEX triplet: 49, 68 and 88. RGB value is (73,104,136). Sum of RGB (Red+Green+Blue) = 73+104+136=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #496888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496888 is #B69777. Grayscale: #626262. Windows color (decimal): -11966328 or 8939593. OLE color: 8939593.

HSL color Cylindrical-coordinate representation of color #496888: hue angle of 210.48º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #496888 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 104 136 -
CMYK 0.46 0.24 0 0.47
HSL 210.48º 0.3% 0.41% -
HSV(B) 210.48º 0.46% 0.53% -
XYZ 12.14 13.09 25.18 -
YUV 98.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 73 104 136 0.46 0.24 0 0.47 210.48 0.3 0.41
Hex 49 68 88 2E 18 0 2F D2 1E 29
Octal 111 150 210 56 30 0 57 322 36 51
Binary 1001001 1101000 10001000 101110 11000 0 101111 11010010 11110 101001

Color Harmonies of #496888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496888

Black with #496888

Text Example


Text Example

White with #496888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496888; }

 p { color: rgb(73,104,136); }

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

background-color css

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

 a { background-color: rgb(73,104,136); }

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

border-color css

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

 span { border-color: rgb(73,104,136); }

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