#4C5663

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

Shades of Bright Grey #4C5663

Tints of Bright Grey #4C5663

Color information

#4C5663 (or 0x4C5663) is unknown color: approx Bright Grey. HEX triplet: 4C, 56 and 63. RGB value is (76,86,99). Sum of RGB (Red+Green+Blue) = 76+86+99=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C5663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5663 is #B3A99C. Grayscale: #545454. Windows color (decimal): -11774365 or 6510156. OLE color: 6510156.

HSL color Cylindrical-coordinate representation of color #4C5663: hue angle of 213.91º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C5663 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB768699-
CMYK0.230.1300.61
HSL213.91º13.14%34.31%-
HSV(B)213.91º23.23%38.82%-
XYZ8.569.0913.11-
YUV84.49136.19121.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.12%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=29.12%
G=32.95%
B=37.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7686990.230.1300.61213.9113.1434.31
Hex4C566317D03Dd6d22
Octal11412614327150753261542
Binary1001100101011011000111011111010111101110101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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