#4C658A

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

Shades of Wedgewood #4C658A

Tints of Wedgewood #4C658A

Color information

#4C658A (or 0x4C658A) is unknown color: approx Wedgewood. HEX triplet: 4C, 65 and 8A. RGB value is (76,101,138). Sum of RGB (Red+Green+Blue) = 76+101+138=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C658A is #B39A75. Grayscale: #616161. Windows color (decimal): -11770486 or 9069900. OLE color: 9069900.

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

Color convert

RGB76101138-
CMYK0.450.2700.46
HSL215.81º28.97%41.96%-
HSV(B)215.81º44.93%54.12%-
XYZ12.2212.6825.85-
YUV97.74150.72112.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.13%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 138 (54.30% from 255) = 43.81%
R=24.13%
G=32.06%
B=43.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal761011380.450.2700.46215.8128.9741.96
Hex4C658A2D1B02Ed81d2a
Octal11414521255330563303552
Binary10011001100101100010101011011101101011101101100011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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