Html Css Color HEX #497094 Wedgewood

📋 copy color: '#497094'

red 73 ◦ green 112 ◦ blue 148

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

Shades of Wedgewood #497094

Tints of Wedgewood #497094

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.63%

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

R = 21.92%
G = 33.63%
B = 44.44%

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

#497094 (or 0x497094) is known color: Wedgewood. HEX triplet: 49, 70 and 94. RGB value is (73,112,148). Sum of RGB (Red+Green+Blue) = 73+112+148=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #497094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497094 is #B68F6B. Grayscale: #686868. Windows color (decimal): -11964268 or 9728073. OLE color: 9728073.

HSL color Cylindrical-coordinate representation of color #497094: hue angle of 208.8º 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 #497094 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 112 148 -
CMYK 0.51 0.24 0 0.42
HSL 208.8º 0.34% 0.43% -
HSV(B) 208.8º 0.51% 0.58% -
XYZ 13.89 15.14 30.21 -
YUV 104.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 73 112 148 0.51 0.24 0 0.42 208.8 0.34 0.43
Hex 49 70 94 33 18 0 2A D1 22 2B
Octal 111 160 224 63 30 0 52 321 42 53
Binary 1001001 1110000 10010100 110011 11000 0 101010 11010001 100010 101011

Color Harmonies of #497094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497094

Black with #497094

Text Example


Text Example

White with #497094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497094; }

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

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

background-color css

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

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

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

border-color css

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

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

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