#4A728D

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

Shades of Wedgewood #4A728D

Tints of Wedgewood #4A728D

Color information

#4A728D (or 0x4A728D) is unknown color: approx Wedgewood. HEX triplet: 4A, 72 and 8D. RGB value is (74,114,141). Sum of RGB (Red+Green+Blue) = 74+114+141=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A728D is #B58D72. Grayscale: #686868. Windows color (decimal): -11898227 or 9269834. OLE color: 9269834.

HSL color Cylindrical-coordinate representation of color #4A728D: hue angle of 204.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A728D is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB74114141-
CMYK0.480.1900.45
HSL204.18º31.16%42.16%-
HSV(B)204.18º47.52%55.29%-
XYZ13.6515.4127.46-
YUV105.12148.25105.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.49%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 141 (55.47% from 255) = 42.86%
R=22.49%
G=34.65%
B=42.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal741141410.480.1900.45204.1831.1642.16
Hex4A728D301302Dcc1f2a
Octal11216221560230553143752
Binary10010101110010100011011100001001101011011100110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,114,141); }

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

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

 a { background-color: rgb(74,114,141); }

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

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

 span { border-color: rgb(74,114,141); }

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