#4C638B

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

Shades of Wedgewood #4C638B

Tints of Wedgewood #4C638B

Color information

#4C638B (or 0x4C638B) is unknown color: approx Wedgewood. HEX triplet: 4C, 63 and 8B. RGB value is (76,99,139). Sum of RGB (Red+Green+Blue) = 76+99+139=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C638B is #B39C74. Grayscale: #606060. Windows color (decimal): -11770997 or 9134924. OLE color: 9134924.

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

Color convert

RGB7699139-
CMYK0.450.2900.45
HSL218.1º29.3%42.16%-
HSV(B)218.1º45.32%54.51%-
XYZ12.112.3226.17-
YUV96.68151.88113.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.20%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 139 (54.69% from 255) = 44.27%
R=24.20%
G=31.53%
B=44.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76991390.450.2900.45218.129.342.16
Hex4C638B2D1D02Dda1d2a
Octal11414321355350553323552
Binary10011001100011100010111011011110101011011101101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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