#4C658D

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

Shades of Wedgewood #4C658D

Tints of Wedgewood #4C658D

Color information

#4C658D (or 0x4C658D) is unknown color: approx Wedgewood. HEX triplet: 4C, 65 and 8D. RGB value is (76,101,141). Sum of RGB (Red+Green+Blue) = 76+101+141=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C658D is #B39A72. Grayscale: #616161. Windows color (decimal): -11770483 or 9266508. OLE color: 9266508.

HSL color Cylindrical-coordinate representation of color #4C658D: hue angle of 216.92º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C658D is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB76101141-
CMYK0.460.2800.45
HSL216.92º29.95%42.55%-
HSV(B)216.92º46.1%55.29%-
XYZ12.4412.7727.01-
YUV98.08152.22112.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.90%
GREEN value IS 101 (39.84% from 255) = 31.76%
BLUE value IS 141 (55.47% from 255) = 44.34%
R=23.90%
G=31.76%
B=44.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal761011410.460.2800.45216.9229.9542.55
Hex4C658D2E1C02Dd91e2b
Octal11414521556340553313653
Binary10011001100101100011011011101110001011011101100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,101,141); }

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

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

 a { background-color: rgb(76,101,141); }

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

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

 span { border-color: rgb(76,101,141); }

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