#4A668B

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

Shades of Wedgewood #4A668B

Tints of Wedgewood #4A668B

Color information

#4A668B (or 0x4A668B) is unknown color: approx Wedgewood. HEX triplet: 4A, 66 and 8B. RGB value is (74,102,139). Sum of RGB (Red+Green+Blue) = 74+102+139=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A668B is #B59974. Grayscale: #616161. Windows color (decimal): -11901301 or 9135690. OLE color: 9135690.

HSL color Cylindrical-coordinate representation of color #4A668B: hue angle of 214.15º 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 #4A668B is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB74102139-
CMYK0.470.2700.45
HSL214.15º30.52%41.76%-
HSV(B)214.15º46.76%54.51%-
XYZ12.2412.8226.26-
YUV97.85151.22110.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.49%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=23.49%
G=32.38%
B=44.13%

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
Decimal741021390.470.2700.45214.1530.5241.76
Hex4A668B2F1B02Dd61f2a
Octal11214621357330553263752
Binary10010101100110100010111011111101101011011101011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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