Html Css Color HEX #497194 Wedgewood

📋 copy color: '#497194'

red 73 ◦ green 113 ◦ blue 148

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

Shades of Wedgewood #497194

Tints of Wedgewood #497194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 21.86%
G = 33.83%
B = 44.31%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#497194 (or 0x497194) is known color: Wedgewood. HEX triplet: 49, 71 and 94. RGB value is (73,113,148). Sum of RGB (Red+Green+Blue) = 73+113+148=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #497194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497194 is #B68E6B. Grayscale: #686868. Windows color (decimal): -11964012 or 9728329. OLE color: 9728329.

HSL color Cylindrical-coordinate representation of color #497194: hue angle of 208º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #497194 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 113 148 -
CMYK 0.51 0.24 0 0.42
HSL 208º 0.34% 0.43% -
HSV(B) 208º 0.51% 0.58% -
XYZ 14 15.36 30.24 -
YUV 105.03 152.25 105.15 -
System Red Green Blue C M Y K H S L
Decimal 73 113 148 0.51 0.24 0 0.42 208 0.34 0.43
Hex 49 71 94 33 18 0 2A D0 22 2B
Octal 111 161 224 63 30 0 52 320 42 53
Binary 1001001 1110001 10010100 110011 11000 0 101010 11010000 100010 101011

Color Harmonies of #497194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497194

Black with #497194

Text Example


Text Example

White with #497194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497194; }

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

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

background-color css

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

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

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

border-color css

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

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

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