#4C668B

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

Shades of Wedgewood #4C668B

Tints of Wedgewood #4C668B

Color information

#4C668B (or 0x4C668B) is unknown color: approx Wedgewood. HEX triplet: 4C, 66 and 8B. RGB value is (76,102,139). Sum of RGB (Red+Green+Blue) = 76+102+139=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C668B is #B39974. Grayscale: #626262. Windows color (decimal): -11770229 or 9135692. OLE color: 9135692.

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

Color convert

RGB76102139-
CMYK0.450.2700.45
HSL215.24º29.3%42.16%-
HSV(B)215.24º45.32%54.51%-
XYZ12.3912.926.26-
YUV98.44150.89111.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=23.97%
G=32.18%
B=43.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal761021390.450.2700.45215.2429.342.16
Hex4C668B2D1B02Dd71d2a
Octal11414621355330553273552
Binary10011001100110100010111011011101101011011101011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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