#4A668C

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

Shades of Wedgewood #4A668C

Tints of Wedgewood #4A668C

Color information

#4A668C (or 0x4A668C) is unknown color: approx Wedgewood. HEX triplet: 4A, 66 and 8C. RGB value is (74,102,140). Sum of RGB (Red+Green+Blue) = 74+102+140=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A668C is #B59973. Grayscale: #616161. Windows color (decimal): -11901300 or 9201226. OLE color: 9201226.

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

Color convert

RGB74102140-
CMYK0.470.2700.45
HSL214.55º30.84%41.96%-
HSV(B)214.55º47.14%54.9%-
XYZ12.3112.8526.64-
YUV97.96151.72110.91-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.42%
GREEN value IS 102 (40.23% from 255) = 32.28%
BLUE value IS 140 (55.08% from 255) = 44.30%
R=23.42%
G=32.28%
B=44.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal741021400.470.2700.45214.5530.8441.96
Hex4A668C2F1B02Dd71f2a
Octal11214621457330553273752
Binary10010101100110100011001011111101101011011101011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,102,140); }

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

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

 a { background-color: rgb(74,102,140); }

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

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

 span { border-color: rgb(74,102,140); }

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