Html Css Color HEX #496188 Wedgewood

📋 copy color: '#496188'

red 73 ◦ green 97 ◦ blue 136

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

Shades of Wedgewood #496188

Tints of Wedgewood #496188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.7%

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

R = 23.86%
G = 31.7%
B = 44.44%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#496188 (or 0x496188) is known color: Wedgewood. HEX triplet: 49, 61 and 88. RGB value is (73,97,136). Sum of RGB (Red+Green+Blue) = 73+97+136=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #496188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496188 is #B69E77. Grayscale: #5E5E5E. Windows color (decimal): -11968120 or 8937801. OLE color: 8937801.

HSL color Cylindrical-coordinate representation of color #496188: hue angle of 217.14º 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 #496188 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 97 136 -
CMYK 0.46 0.29 0 0.47
HSL 217.14º 0.3% 0.41% -
HSV(B) 217.14º 0.46% 0.53% -
XYZ 11.47 11.74 24.95 -
YUV 94.27 151.55 112.83 -
System Red Green Blue C M Y K H S L
Decimal 73 97 136 0.46 0.29 0 0.47 217.14 0.3 0.41
Hex 49 61 88 2E 1D 0 2F D9 1E 29
Octal 111 141 210 56 35 0 57 331 36 51
Binary 1001001 1100001 10001000 101110 11101 0 101111 11011001 11110 101001

Color Harmonies of #496188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496188

Black with #496188

Text Example


Text Example

White with #496188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496188; }

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

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

background-color css

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

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

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

border-color css

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

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

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