#4A7494

Color #4A7494 Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #4A7494

Tints of Wedgewood #4A7494

Color information

#4A7494 (or 0x4A7494) is unknown color: approx Wedgewood. HEX triplet: 4A, 74 and 94. RGB value is (74,116,148). Sum of RGB (Red+Green+Blue) = 74+116+148=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #4A7494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7494 is #B58B6B. Grayscale: #6A6A6A. Windows color (decimal): -11897708 or 9729098. OLE color: 9729098.

HSL color Cylindrical-coordinate representation of color #4A7494: hue angle of 205.95º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A7494 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB74116148-
CMYK0.500.2200.42
HSL205.95º33.33%43.53%-
HSV(B)205.95º50%58.04%-
XYZ14.4116.0830.36-
YUV107.09151.09104.4-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.89%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 148 (58.20% from 255) = 43.79%
R=21.89%
G=34.32%
B=43.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741161480.500.2200.42205.9533.3343.53
Hex4A7494321602Ace212c
Octal11216422462260523164154
Binary100101011101001001010011001010110010101011001110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A7494; }

 p { color: rgb(74,116,148); }

 H1.HeaderClassName
 {
   color: #4A7494;
 }
 .AnyTagClassName
 {
   color: #4A7494;
 }
</style>
background-color css

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

 a { background-color: rgb(74,116,148); }

 div.DivClassName
 {
   background-color: #4A7494;
 }
 .BgClassName
 {
   background-color: #4A7494;
 }
</style>
border-color css

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

 span { border-color: rgb(74,116,148); }

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