Html Css Color HEX #497188 Wedgewood

📋 copy color: '#497188'

red 73 ◦ green 113 ◦ blue 136

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

Shades of Wedgewood #497188

Tints of Wedgewood #497188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.09%

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

R = 22.67%
G = 35.09%
B = 42.24%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#497188 (or 0x497188) is known color: Wedgewood. HEX triplet: 49, 71 and 88. RGB value is (73,113,136). Sum of RGB (Red+Green+Blue) = 73+113+136=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #497188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497188 is #B68E77. Grayscale: #676767. Windows color (decimal): -11964024 or 8941897. OLE color: 8941897.

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

Color convert

RGB 73 113 136 -
CMYK 0.46 0.17 0 0.47
HSL 201.9º 0.3% 0.41% -
HSV(B) 201.9º 0.46% 0.53% -
XYZ 13.1 15 25.5 -
YUV 103.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 73 113 136 0.46 0.17 0 0.47 201.9 0.3 0.41
Hex 49 71 88 2E 11 0 2F CA 1E 29
Octal 111 161 210 56 21 0 57 312 36 51
Binary 1001001 1110001 10001000 101110 10001 0 101111 11001010 11110 101001

Color Harmonies of #497188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497188

Black with #497188

Text Example


Text Example

White with #497188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497188; }

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

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

background-color css

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

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

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

border-color css

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

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

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