#4C6584

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

Shades of Wedgewood #4C6584

Tints of Wedgewood #4C6584

Color information

#4C6584 (or 0x4C6584) is unknown color: approx Wedgewood. HEX triplet: 4C, 65 and 84. RGB value is (76,101,132). Sum of RGB (Red+Green+Blue) = 76+101+132=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #4C6584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6584 is #B39A7B. Grayscale: #606060. Windows color (decimal): -11770492 or 8676684. OLE color: 8676684.

HSL color Cylindrical-coordinate representation of color #4C6584: hue angle of 213.21º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C6584 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB76101132-
CMYK0.420.2300.48
HSL213.21º26.92%40.78%-
HSV(B)213.21º42.42%51.76%-
XYZ11.812.5123.62-
YUV97.06147.72112.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.60%
GREEN value IS 101 (39.84% from 255) = 32.69%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=24.60%
G=32.69%
B=42.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal761011320.420.2300.48213.2126.9240.78
Hex4C65842A17030d51b29
Octal11414520452270603253351
Binary10011001100101100001001010101011101100001101010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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