#4A6785

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

Shades of Wedgewood #4A6785

Tints of Wedgewood #4A6785

Color information

#4A6785 (or 0x4A6785) is unknown color: approx Wedgewood. HEX triplet: 4A, 67 and 85. RGB value is (74,103,133). Sum of RGB (Red+Green+Blue) = 74+103+133=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A6785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6785 is #B5987A. Grayscale: #616161. Windows color (decimal): -11901051 or 8742730. OLE color: 8742730.

HSL color Cylindrical-coordinate representation of color #4A6785: hue angle of 210.51º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A6785 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB74103133-
CMYK0.440.2300.48
HSL210.51º28.5%40.59%-
HSV(B)210.51º44.36%52.16%-
XYZ11.9112.8524.04-
YUV97.75147.89111.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.87%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=23.87%
G=33.23%
B=42.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal741031330.440.2300.48210.5128.540.59
Hex4A67852C17030d31d29
Octal11214720554270603233551
Binary10010101100111100001011011001011101100001101001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,103,133); }

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

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

 a { background-color: rgb(74,103,133); }

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

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

 span { border-color: rgb(74,103,133); }

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