#4C638A

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

Shades of Wedgewood #4C638A

Tints of Wedgewood #4C638A

Color information

#4C638A (or 0x4C638A) is unknown color: approx Wedgewood. HEX triplet: 4C, 63 and 8A. RGB value is (76,99,138). Sum of RGB (Red+Green+Blue) = 76+99+138=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C638A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C638A is #B39C75. Grayscale: #606060. Windows color (decimal): -11770998 or 9069388. OLE color: 9069388.

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

Color convert

RGB7699138-
CMYK0.450.2800.46
HSL217.74º28.97%41.96%-
HSV(B)217.74º44.93%54.12%-
XYZ12.0312.325.78-
YUV96.57151.38113.33-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.28%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=24.28%
G=31.63%
B=44.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76991380.450.2800.46217.7428.9741.96
Hex4C638A2D1C02Eda1d2a
Octal11414321255340563323552
Binary10011001100011100010101011011110001011101101101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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